Shades of Citrus #AAA601
Tints of Citrus #AAA601
RGB
CMYK
RGB Variations
Color information
#AAA601 (or 0xAAA601) is known color: Citrus. HEX triplet: AA, A6 and 01. RGB value is (170,166,1). Sum of RGB (Red+Green+Blue) = 170+166+1=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 166 (65.23% from 255 or 49.26% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA601 is #5559FE. Grayscale: #959595. Windows color (decimal): -5593599 or 108202. OLE color: 108202.
HSL color Cylindrical-coordinate representation of color #AAA601: hue angle of 58.58º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAA601 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.33 |
| HSL | 58.58º | 0.99% | 0.34% | - |
| HSV(B) | 58.58º | 0.99% | 0.67% | - |
| XYZ | 30.22 | 35.82 | 5.35 | - |
| YUV | 148.39 | 44.83 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 1 | 0 | 0.02 | 0.99 | 0.33 | 58.58 | 0.99 | 0.34 |
| Hex | AA | A6 | 1 | 0 | 2 | 63 | 21 | 3B | 63 | 22 |
| Octal | 252 | 246 | 1 | 0 | 2 | 143 | 41 | 73 | 143 | 42 |
| Binary | 10101010 | 10100110 | 1 | 0 | 10 | 1100011 | 100001 | 111011 | 1100011 | 100010 |
Color Harmonies of #AAA601
Complementary color
Monochromatic Colors of #AAA601
Black with #AAA601
Text Example
Text Example
White with #AAA601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA601; }
p { color: rgb(170,166,1); }
H1.HeaderClassName
{
color: #AAA601;
}
.AnyTagClassName
{
color: #AAA601;
}
</style>
background-color css
<style>
a { background-color: #AAA601; }
a { background-color: rgb(170,166,1); }
div.DivClassName
{
background-color: #AAA601;
}
.BgClassName
{
background-color: #AAA601;
}
</style>
border-color css
<style>
span { border-color: #AAA601; }
span { border-color: rgb(170,166,1); }
td.TdClassName
{
border-color: #AAA601;
}
.TagClassName
{
border-color: #AAA601;
}
</style>