Shades of Citrus #A0AC09
Tints of Citrus #A0AC09
RGB
CMYK
RGB Variations
Color information
#A0AC09 (or 0xA0AC09) is known color: Citrus. HEX triplet: A0, AC and 09. RGB value is (160,172,9). Sum of RGB (Red+Green+Blue) = 160+172+9=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AC09 is #5F53F6. Grayscale: #969696. Windows color (decimal): -6247415 or 634016. OLE color: 634016.
HSL color Cylindrical-coordinate representation of color #A0AC09: hue angle of 64.42º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0AC09 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 9 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.33 |
| HSL | 64.42º | 0.9% | 0.35% | - |
| HSV(B) | 64.42º | 0.95% | 0.67% | - |
| XYZ | 29.3 | 37 | 5.86 | - |
| YUV | 149.83 | 48.52 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 9 | 0.07 | 0 | 0.95 | 0.33 | 64.42 | 0.9 | 0.35 |
| Hex | A0 | AC | 9 | 7 | 0 | 5F | 21 | 40 | 5A | 23 |
| Octal | 240 | 254 | 11 | 7 | 0 | 137 | 41 | 100 | 132 | 43 |
| Binary | 10100000 | 10101100 | 1001 | 111 | 0 | 1011111 | 100001 | 1000000 | 1011010 | 100011 |
Color Harmonies of #A0AC09
Complementary color
Monochromatic Colors of #A0AC09
Black with #A0AC09
Text Example
Text Example
White with #A0AC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC09; }
p { color: rgb(160,172,9); }
H1.HeaderClassName
{
color: #A0AC09;
}
.AnyTagClassName
{
color: #A0AC09;
}
</style>
background-color css
<style>
a { background-color: #A0AC09; }
a { background-color: rgb(160,172,9); }
div.DivClassName
{
background-color: #A0AC09;
}
.BgClassName
{
background-color: #A0AC09;
}
</style>
border-color css
<style>
span { border-color: #A0AC09; }
span { border-color: rgb(160,172,9); }
td.TdClassName
{
border-color: #A0AC09;
}
.TagClassName
{
border-color: #A0AC09;
}
</style>