Shades of Citrus #AAA708
Tints of Citrus #AAA708
RGB
CMYK
RGB Variations
Color information
#AAA708 (or 0xAAA708) is known color: Citrus. HEX triplet: AA, A7 and 08. RGB value is (170,167,8). Sum of RGB (Red+Green+Blue) = 170+167+8=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 167 (65.62% from 255 or 48.41% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA708 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA708 is #5558F7. Grayscale: #969696. Windows color (decimal): -5593336 or 567210. OLE color: 567210.
HSL color Cylindrical-coordinate representation of color #AAA708: hue angle of 58.89º 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 #AAA708 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 8 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.33 |
| HSL | 58.89º | 0.91% | 0.35% | - |
| HSV(B) | 58.89º | 0.95% | 0.67% | - |
| XYZ | 30.44 | 36.2 | 5.61 | - |
| YUV | 149.77 | 47.99 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 8 | 0 | 0.02 | 0.95 | 0.33 | 58.89 | 0.91 | 0.35 |
| Hex | AA | A7 | 8 | 0 | 2 | 5F | 21 | 3B | 5B | 23 |
| Octal | 252 | 247 | 10 | 0 | 2 | 137 | 41 | 73 | 133 | 43 |
| Binary | 10101010 | 10100111 | 1000 | 0 | 10 | 1011111 | 100001 | 111011 | 1011011 | 100011 |
Color Harmonies of #AAA708
Complementary color
Monochromatic Colors of #AAA708
Black with #AAA708
Text Example
Text Example
White with #AAA708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA708; }
p { color: rgb(170,167,8); }
H1.HeaderClassName
{
color: #AAA708;
}
.AnyTagClassName
{
color: #AAA708;
}
</style>
background-color css
<style>
a { background-color: #AAA708; }
a { background-color: rgb(170,167,8); }
div.DivClassName
{
background-color: #AAA708;
}
.BgClassName
{
background-color: #AAA708;
}
</style>
border-color css
<style>
span { border-color: #AAA708; }
span { border-color: rgb(170,167,8); }
td.TdClassName
{
border-color: #AAA708;
}
.TagClassName
{
border-color: #AAA708;
}
</style>