Shades of Citrus #A0AF06
Tints of Citrus #A0AF06
RGB
CMYK
RGB Variations
Color information
#A0AF06 (or 0xA0AF06) is known color: Citrus. HEX triplet: A0, AF and 06. RGB value is (160,175,6). Sum of RGB (Red+Green+Blue) = 160+175+6=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 6 (2.73% from 255 or 1.76% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AF06 is #5F50F9. Grayscale: #979797. Windows color (decimal): -6246650 or 438176. OLE color: 438176.
HSL color Cylindrical-coordinate representation of color #A0AF06: hue angle of 65.33º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0AF06 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 6 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.31 |
| HSL | 65.33º | 0.93% | 0.35% | - |
| HSV(B) | 65.33º | 0.97% | 0.69% | - |
| XYZ | 29.86 | 38.15 | 5.96 | - |
| YUV | 151.25 | 46.03 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 6 | 0.09 | 0 | 0.97 | 0.31 | 65.33 | 0.93 | 0.35 |
| Hex | A0 | AF | 6 | 9 | 0 | 61 | 1F | 41 | 5D | 23 |
| Octal | 240 | 257 | 6 | 11 | 0 | 141 | 37 | 101 | 135 | 43 |
| Binary | 10100000 | 10101111 | 110 | 1001 | 0 | 1100001 | 11111 | 1000001 | 1011101 | 100011 |
Color Harmonies of #A0AF06
Complementary color
Monochromatic Colors of #A0AF06
Black with #A0AF06
Text Example
Text Example
White with #A0AF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF06; }
p { color: rgb(160,175,6); }
H1.HeaderClassName
{
color: #A0AF06;
}
.AnyTagClassName
{
color: #A0AF06;
}
</style>
background-color css
<style>
a { background-color: #A0AF06; }
a { background-color: rgb(160,175,6); }
div.DivClassName
{
background-color: #A0AF06;
}
.BgClassName
{
background-color: #A0AF06;
}
</style>
border-color css
<style>
span { border-color: #A0AF06; }
span { border-color: rgb(160,175,6); }
td.TdClassName
{
border-color: #A0AF06;
}
.TagClassName
{
border-color: #A0AF06;
}
</style>