Shades of Citrus #AAA808
Tints of Citrus #AAA808
RGB
CMYK
RGB Variations
Color information
#AAA808 (or 0xAAA808) is known color: Citrus. HEX triplet: AA, A8 and 08. RGB value is (170,168,8). Sum of RGB (Red+Green+Blue) = 170+168+8=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 168 (66.02% from 255 or 48.55% from 346); Blue value is 8 (3.52% from 255 or 2.31% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA808 is #5557F7. Grayscale: #979797. Windows color (decimal): -5593080 or 567466. OLE color: 567466.
HSL color Cylindrical-coordinate representation of color #AAA808: hue angle of 59.26º degrees, saturation: 0.91, 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 #AAA808 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 8 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.33 |
| HSL | 59.26º | 0.91% | 0.35% | - |
| HSV(B) | 59.26º | 0.95% | 0.67% | - |
| XYZ | 30.62 | 36.57 | 5.67 | - |
| YUV | 150.36 | 47.66 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 8 | 0 | 0.01 | 0.95 | 0.33 | 59.26 | 0.91 | 0.35 |
| Hex | AA | A8 | 8 | 0 | 1 | 5F | 21 | 3B | 5B | 23 |
| Octal | 252 | 250 | 10 | 0 | 1 | 137 | 41 | 73 | 133 | 43 |
| Binary | 10101010 | 10101000 | 1000 | 0 | 1 | 1011111 | 100001 | 111011 | 1011011 | 100011 |
Color Harmonies of #AAA808
Complementary color
Monochromatic Colors of #AAA808
Black with #AAA808
Text Example
Text Example
White with #AAA808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA808; }
p { color: rgb(170,168,8); }
H1.HeaderClassName
{
color: #AAA808;
}
.AnyTagClassName
{
color: #AAA808;
}
</style>
background-color css
<style>
a { background-color: #AAA808; }
a { background-color: rgb(170,168,8); }
div.DivClassName
{
background-color: #AAA808;
}
.BgClassName
{
background-color: #AAA808;
}
</style>
border-color css
<style>
span { border-color: #AAA808; }
span { border-color: rgb(170,168,8); }
td.TdClassName
{
border-color: #AAA808;
}
.TagClassName
{
border-color: #AAA808;
}
</style>