rgb(160, 179, 3)
- In a RGB color space, hex #a0b303 color is composed of 63% red, 70% green, and 1% blue.
- In a CMYK color space, it is consist of 11% cyan, 0% magenta, 98% yellow and 30% black.
- In web design, the web safe color for #a0b303 is #CCCC33. The complementary color of #a0b303 is #1602b3.
#a0b303 Color Conversion
Hex Color #a0b303 RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #a0b303
-
#a0b303
#a0b303
-
#1602b3
#1602b3
-
#d0d982
#d0d982
-
#8b81d9
#8b81d9
-
#788602
#788602
-
#100186
#100186
-
#9ca261
#9ca261
-
#6860a2
#6860a2
Two colors (#a0b303,#1602b3) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#a0b303
#a0b303
-
#d0d982
#d0d982
-
#505902
#505902
-
#e7ebc0
#e7ebc0
-
#788602
#788602
-
#9ca261
#9ca261
-
#3c4201
#3c4201
-
#adb090
#adb090
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #a0b303
-
#a0b303
#a0b303
-
#90A103
#90A103
-
#808F02
#808F02
-
#707D02
#707D02
-
#606B02
#606B02
-
#505A02
#505A02
-
#404801
#404801
-
#303601
#303601
-
#202401
#202401
-
#101200
#101200
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#a0b303
#a0b303
-
#AABB1C
#AABB1C
-
#B3C235
#B3C235
-
#BDCA4F
#BDCA4F
-
#C6D168
#C6D168
-
#D0D981
#D0D981
-
#D9E19A
#D9E19A
-
#E3E8B3
#E3E8B3
-
#ECF0CD
#ECF0CD
-
#F6F7E6
#F6F7E6
-
#FCFDF7
#FCFDF7
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#a0b303 Color Preview on Black Background
#a0b303 Color Preview on White Background
<span style="color:#a0b303;">Text here</span>
#a0b303 Background Color
#a0b303 Background Color
<p style="background-color:#a0b303;">Text here</p>
#a0b303 Border Color
<div style="border:1px solid #a0b303;">Text here</div>
<style>.text {color:#a0b303;}
.background {background-color:#a0b303;}
.border {border:1px solid #a0b303;}</style>