Shades of Citrus #AAB60D
Tints of Citrus #AAB60D
RGB
CMYK
RGB Variations
Color information
#AAB60D (or 0xAAB60D) is known color: Citrus. HEX triplet: AA, B6 and 0D. RGB value is (170,182,13). Sum of RGB (Red+Green+Blue) = 170+182+13=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 182 (71.48% from 255 or 49.86% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB60D is #5549F2. Grayscale: #9F9F9F. Windows color (decimal): -5589491 or 898730. OLE color: 898730.
HSL color Cylindrical-coordinate representation of color #AAB60D: hue angle of 64.26º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAB60D is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 13 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.29 |
| HSL | 64.26º | 0.87% | 0.38% | - |
| HSV(B) | 64.26º | 0.93% | 0.71% | - |
| XYZ | 33.38 | 42.03 | 6.73 | - |
| YUV | 159.15 | 45.52 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 13 | 0.07 | 0 | 0.93 | 0.29 | 64.26 | 0.87 | 0.38 |
| Hex | AA | B6 | D | 7 | 0 | 5D | 1D | 40 | 57 | 26 |
| Octal | 252 | 266 | 15 | 7 | 0 | 135 | 35 | 100 | 127 | 46 |
| Binary | 10101010 | 10110110 | 1101 | 111 | 0 | 1011101 | 11101 | 1000000 | 1010111 | 100110 |
Color Harmonies of #AAB60D
Complementary color
Monochromatic Colors of #AAB60D
Black with #AAB60D
Text Example
Text Example
White with #AAB60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB60D; }
p { color: rgb(170,182,13); }
H1.HeaderClassName
{
color: #AAB60D;
}
.AnyTagClassName
{
color: #AAB60D;
}
</style>
background-color css
<style>
a { background-color: #AAB60D; }
a { background-color: rgb(170,182,13); }
div.DivClassName
{
background-color: #AAB60D;
}
.BgClassName
{
background-color: #AAB60D;
}
</style>
border-color css
<style>
span { border-color: #AAB60D; }
span { border-color: rgb(170,182,13); }
td.TdClassName
{
border-color: #AAB60D;
}
.TagClassName
{
border-color: #AAB60D;
}
</style>