Shades of Citrus #AAA700
Tints of Citrus #AAA700
RGB
CMYK
RGB Variations
Color information
#AAA700 (or 0xAAA700) is known color: Citrus. HEX triplet: AA, A7 and 00. RGB value is (170,167,0). Sum of RGB (Red+Green+Blue) = 170+167+0=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 167 (65.62% from 255 or 49.55% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA700 is #5558FF. Grayscale: #959595. Windows color (decimal): -5593344 or 42922. OLE color: 42922.
HSL color Cylindrical-coordinate representation of color #AAA700: hue angle of 58.94º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAA700 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.33 |
| HSL | 58.94º | 1% | 0.33% | - |
| HSV(B) | 58.94º | 1% | 0.67% | - |
| XYZ | 30.4 | 36.18 | 5.38 | - |
| YUV | 148.86 | 43.99 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 0 | 0 | 0.02 | 1 | 0.33 | 58.94 | 1 | 0.33 |
| Hex | AA | A7 | 0 | 0 | 2 | 64 | 21 | 3B | 64 | 21 |
| Octal | 252 | 247 | 0 | 0 | 2 | 144 | 41 | 73 | 144 | 41 |
| Binary | 10101010 | 10100111 | 0 | 0 | 10 | 1100100 | 100001 | 111011 | 1100100 | 100001 |
Color Harmonies of #AAA700
Complementary color
Monochromatic Colors of #AAA700
Black with #AAA700
Text Example
Text Example
White with #AAA700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA700; }
p { color: rgb(170,167,0); }
H1.HeaderClassName
{
color: #AAA700;
}
.AnyTagClassName
{
color: #AAA700;
}
</style>
background-color css
<style>
a { background-color: #AAA700; }
a { background-color: rgb(170,167,0); }
div.DivClassName
{
background-color: #AAA700;
}
.BgClassName
{
background-color: #AAA700;
}
</style>
border-color css
<style>
span { border-color: #AAA700; }
span { border-color: rgb(170,167,0); }
td.TdClassName
{
border-color: #AAA700;
}
.TagClassName
{
border-color: #AAA700;
}
</style>