Shades of Citrus #AAA809
Tints of Citrus #AAA809
RGB
CMYK
RGB Variations
Color information
#AAA809 (or 0xAAA809) is known color: Citrus. HEX triplet: AA, A8 and 09. RGB value is (170,168,9). Sum of RGB (Red+Green+Blue) = 170+168+9=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 168 (66.02% from 255 or 48.41% from 347); Blue value is 9 (3.91% from 255 or 2.59% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA809 is #5557F6. Grayscale: #979797. Windows color (decimal): -5593079 or 633002. OLE color: 633002.
HSL color Cylindrical-coordinate representation of color #AAA809: hue angle of 59.25º 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 #AAA809 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 9 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.33 |
| HSL | 59.25º | 0.9% | 0.35% | - |
| HSV(B) | 59.25º | 0.95% | 0.67% | - |
| XYZ | 30.63 | 36.57 | 5.7 | - |
| YUV | 150.47 | 48.16 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 9 | 0 | 0.01 | 0.95 | 0.33 | 59.25 | 0.9 | 0.35 |
| Hex | AA | A8 | 9 | 0 | 1 | 5F | 21 | 3B | 5A | 23 |
| Octal | 252 | 250 | 11 | 0 | 1 | 137 | 41 | 73 | 132 | 43 |
| Binary | 10101010 | 10101000 | 1001 | 0 | 1 | 1011111 | 100001 | 111011 | 1011010 | 100011 |
Color Harmonies of #AAA809
Complementary color
Monochromatic Colors of #AAA809
Black with #AAA809
Text Example
Text Example
White with #AAA809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA809; }
p { color: rgb(170,168,9); }
H1.HeaderClassName
{
color: #AAA809;
}
.AnyTagClassName
{
color: #AAA809;
}
</style>
background-color css
<style>
a { background-color: #AAA809; }
a { background-color: rgb(170,168,9); }
div.DivClassName
{
background-color: #AAA809;
}
.BgClassName
{
background-color: #AAA809;
}
</style>
border-color css
<style>
span { border-color: #AAA809; }
span { border-color: rgb(170,168,9); }
td.TdClassName
{
border-color: #AAA809;
}
.TagClassName
{
border-color: #AAA809;
}
</style>