Shades of Citrus #AAB006
Tints of Citrus #AAB006
RGB
CMYK
RGB Variations
Color information
#AAB006 (or 0xAAB006) is known color: Citrus. HEX triplet: AA, B0 and 06. RGB value is (170,176,6). Sum of RGB (Red+Green+Blue) = 170+176+6=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 176 (69.14% from 255 or 50% from 352); Blue value is 6 (2.73% from 255 or 1.70% from 352); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB006 is #554FF9. Grayscale: #9B9B9B. Windows color (decimal): -5591034 or 438442. OLE color: 438442.
HSL color Cylindrical-coordinate representation of color #AAB006: hue angle of 62.12º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAB006 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 6 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.31 |
| HSL | 62.12º | 0.93% | 0.36% | - |
| HSV(B) | 62.12º | 0.97% | 0.69% | - |
| XYZ | 32.14 | 39.61 | 6.12 | - |
| YUV | 154.83 | 44.01 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 6 | 0.03 | 0 | 0.97 | 0.31 | 62.12 | 0.93 | 0.36 |
| Hex | AA | B0 | 6 | 3 | 0 | 61 | 1F | 3E | 5D | 24 |
| Octal | 252 | 260 | 6 | 3 | 0 | 141 | 37 | 76 | 135 | 44 |
| Binary | 10101010 | 10110000 | 110 | 11 | 0 | 1100001 | 11111 | 111110 | 1011101 | 100100 |
Color Harmonies of #AAB006
Complementary color
Monochromatic Colors of #AAB006
Black with #AAB006
Text Example
Text Example
White with #AAB006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB006; }
p { color: rgb(170,176,6); }
H1.HeaderClassName
{
color: #AAB006;
}
.AnyTagClassName
{
color: #AAB006;
}
</style>
background-color css
<style>
a { background-color: #AAB006; }
a { background-color: rgb(170,176,6); }
div.DivClassName
{
background-color: #AAB006;
}
.BgClassName
{
background-color: #AAB006;
}
</style>
border-color css
<style>
span { border-color: #AAB006; }
span { border-color: rgb(170,176,6); }
td.TdClassName
{
border-color: #AAB006;
}
.TagClassName
{
border-color: #AAB006;
}
</style>