Shades of Citrus #A2AB09
Tints of Citrus #A2AB09
RGB
CMYK
RGB Variations
Color information
#A2AB09 (or 0xA2AB09) is known color: Citrus. HEX triplet: A2, AB and 09. RGB value is (162,171,9). Sum of RGB (Red+Green+Blue) = 162+171+9=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 171 (67.19% from 255 or 50% from 342); Blue value is 9 (3.91% from 255 or 2.63% from 342); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AB09 is #5D54F6. Grayscale: #969696. Windows color (decimal): -6116599 or 633762. OLE color: 633762.
HSL color Cylindrical-coordinate representation of color #A2AB09: hue angle of 63.33º 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 #A2AB09 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 9 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.33 |
| HSL | 63.33º | 0.9% | 0.35% | - |
| HSV(B) | 63.33º | 0.95% | 0.67% | - |
| XYZ | 29.51 | 36.83 | 5.81 | - |
| YUV | 149.84 | 48.52 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 9 | 0.05 | 0 | 0.95 | 0.33 | 63.33 | 0.9 | 0.35 |
| Hex | A2 | AB | 9 | 5 | 0 | 5F | 21 | 3F | 5A | 23 |
| Octal | 242 | 253 | 11 | 5 | 0 | 137 | 41 | 77 | 132 | 43 |
| Binary | 10100010 | 10101011 | 1001 | 101 | 0 | 1011111 | 100001 | 111111 | 1011010 | 100011 |
Color Harmonies of #A2AB09
Complementary color
Monochromatic Colors of #A2AB09
Black with #A2AB09
Text Example
Text Example
White with #A2AB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB09; }
p { color: rgb(162,171,9); }
H1.HeaderClassName
{
color: #A2AB09;
}
.AnyTagClassName
{
color: #A2AB09;
}
</style>
background-color css
<style>
a { background-color: #A2AB09; }
a { background-color: rgb(162,171,9); }
div.DivClassName
{
background-color: #A2AB09;
}
.BgClassName
{
background-color: #A2AB09;
}
</style>
border-color css
<style>
span { border-color: #A2AB09; }
span { border-color: rgb(162,171,9); }
td.TdClassName
{
border-color: #A2AB09;
}
.TagClassName
{
border-color: #A2AB09;
}
</style>