Shades of Citrus #AAA908
Tints of Citrus #AAA908
RGB
CMYK
RGB Variations
Color information
#AAA908 (or 0xAAA908) is known color: Citrus. HEX triplet: AA, A9 and 08. RGB value is (170,169,8). Sum of RGB (Red+Green+Blue) = 170+169+8=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 169 (66.41% from 255 or 48.70% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA908 is #5556F7. Grayscale: #979797. Windows color (decimal): -5592824 or 567722. OLE color: 567722.
HSL color Cylindrical-coordinate representation of color #AAA908: hue angle of 59.63º 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 #AAA908 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 8 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.33 |
| HSL | 59.63º | 0.91% | 0.35% | - |
| HSV(B) | 59.63º | 0.95% | 0.67% | - |
| XYZ | 30.81 | 36.94 | 5.74 | - |
| YUV | 150.95 | 47.33 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 8 | 0 | 0.01 | 0.95 | 0.33 | 59.63 | 0.91 | 0.35 |
| Hex | AA | A9 | 8 | 0 | 1 | 5F | 21 | 3C | 5B | 23 |
| Octal | 252 | 251 | 10 | 0 | 1 | 137 | 41 | 74 | 133 | 43 |
| Binary | 10101010 | 10101001 | 1000 | 0 | 1 | 1011111 | 100001 | 111100 | 1011011 | 100011 |
Color Harmonies of #AAA908
Complementary color
Monochromatic Colors of #AAA908
Black with #AAA908
Text Example
Text Example
White with #AAA908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA908; }
p { color: rgb(170,169,8); }
H1.HeaderClassName
{
color: #AAA908;
}
.AnyTagClassName
{
color: #AAA908;
}
</style>
background-color css
<style>
a { background-color: #AAA908; }
a { background-color: rgb(170,169,8); }
div.DivClassName
{
background-color: #AAA908;
}
.BgClassName
{
background-color: #AAA908;
}
</style>
border-color css
<style>
span { border-color: #AAA908; }
span { border-color: rgb(170,169,8); }
td.TdClassName
{
border-color: #AAA908;
}
.TagClassName
{
border-color: #AAA908;
}
</style>