Shades of Citrus #A2AC09
Tints of Citrus #A2AC09
RGB
CMYK
RGB Variations
Color information
#A2AC09 (or 0xA2AC09) is known color: Citrus. HEX triplet: A2, AC and 09. RGB value is (162,172,9). Sum of RGB (Red+Green+Blue) = 162+172+9=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 172 (67.58% from 255 or 50.15% from 343); Blue value is 9 (3.91% from 255 or 2.62% from 343); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AC09 is #5D53F6. Grayscale: #979797. Windows color (decimal): -6116343 or 634018. OLE color: 634018.
HSL color Cylindrical-coordinate representation of color #A2AC09: hue angle of 63.68º 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 #A2AC09 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 172 | 9 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.33 |
| HSL | 63.68º | 0.9% | 0.35% | - |
| HSV(B) | 63.68º | 0.95% | 0.67% | - |
| XYZ | 29.7 | 37.21 | 5.87 | - |
| YUV | 150.43 | 48.19 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 172 | 9 | 0.06 | 0 | 0.95 | 0.33 | 63.68 | 0.9 | 0.35 |
| Hex | A2 | AC | 9 | 6 | 0 | 5F | 21 | 40 | 5A | 23 |
| Octal | 242 | 254 | 11 | 6 | 0 | 137 | 41 | 100 | 132 | 43 |
| Binary | 10100010 | 10101100 | 1001 | 110 | 0 | 1011111 | 100001 | 1000000 | 1011010 | 100011 |
Color Harmonies of #A2AC09
Complementary color
Monochromatic Colors of #A2AC09
Black with #A2AC09
Text Example
Text Example
White with #A2AC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AC09; }
p { color: rgb(162,172,9); }
H1.HeaderClassName
{
color: #A2AC09;
}
.AnyTagClassName
{
color: #A2AC09;
}
</style>
background-color css
<style>
a { background-color: #A2AC09; }
a { background-color: rgb(162,172,9); }
div.DivClassName
{
background-color: #A2AC09;
}
.BgClassName
{
background-color: #A2AC09;
}
</style>
border-color css
<style>
span { border-color: #A2AC09; }
span { border-color: rgb(162,172,9); }
td.TdClassName
{
border-color: #A2AC09;
}
.TagClassName
{
border-color: #A2AC09;
}
</style>