Shades of Citrus #AAA709
Tints of Citrus #AAA709
RGB
CMYK
RGB Variations
Color information
#AAA709 (or 0xAAA709) is known color: Citrus. HEX triplet: AA, A7 and 09. RGB value is (170,167,9). Sum of RGB (Red+Green+Blue) = 170+167+9=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 167 (65.62% from 255 or 48.27% from 346); Blue value is 9 (3.91% from 255 or 2.60% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA709 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA709 is #5558F6. Grayscale: #969696. Windows color (decimal): -5593335 or 632746. OLE color: 632746.
HSL color Cylindrical-coordinate representation of color #AAA709: hue angle of 58.88º 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 #AAA709 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 9 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.33 |
| HSL | 58.88º | 0.9% | 0.35% | - |
| HSV(B) | 58.88º | 0.95% | 0.67% | - |
| XYZ | 30.45 | 36.2 | 5.64 | - |
| YUV | 149.89 | 48.49 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 9 | 0 | 0.02 | 0.95 | 0.33 | 58.88 | 0.9 | 0.35 |
| Hex | AA | A7 | 9 | 0 | 2 | 5F | 21 | 3B | 5A | 23 |
| Octal | 252 | 247 | 11 | 0 | 2 | 137 | 41 | 73 | 132 | 43 |
| Binary | 10101010 | 10100111 | 1001 | 0 | 10 | 1011111 | 100001 | 111011 | 1011010 | 100011 |
Color Harmonies of #AAA709
Complementary color
Monochromatic Colors of #AAA709
Black with #AAA709
Text Example
Text Example
White with #AAA709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA709; }
p { color: rgb(170,167,9); }
H1.HeaderClassName
{
color: #AAA709;
}
.AnyTagClassName
{
color: #AAA709;
}
</style>
background-color css
<style>
a { background-color: #AAA709; }
a { background-color: rgb(170,167,9); }
div.DivClassName
{
background-color: #AAA709;
}
.BgClassName
{
background-color: #AAA709;
}
</style>
border-color css
<style>
span { border-color: #AAA709; }
span { border-color: rgb(170,167,9); }
td.TdClassName
{
border-color: #AAA709;
}
.TagClassName
{
border-color: #AAA709;
}
</style>