Shades of Citrus #AAB206
Tints of Citrus #AAB206
RGB
CMYK
RGB Variations
Color information
#AAB206 (or 0xAAB206) is known color: Citrus. HEX triplet: AA, B2 and 06. RGB value is (170,178,6). Sum of RGB (Red+Green+Blue) = 170+178+6=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 178 (69.92% from 255 or 50.28% from 354); Blue value is 6 (2.73% from 255 or 1.69% from 354); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB206 is #554DF9. Grayscale: #9C9C9C. Windows color (decimal): -5590522 or 438954. OLE color: 438954.
HSL color Cylindrical-coordinate representation of color #AAB206: hue angle of 62.79º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAB206 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 6 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.30 |
| HSL | 62.79º | 0.93% | 0.36% | - |
| HSV(B) | 62.79º | 0.97% | 0.7% | - |
| XYZ | 32.53 | 40.4 | 6.26 | - |
| YUV | 156 | 43.35 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 6 | 0.04 | 0 | 0.97 | 0.30 | 62.79 | 0.93 | 0.36 |
| Hex | AA | B2 | 6 | 4 | 0 | 61 | 1E | 3F | 5D | 24 |
| Octal | 252 | 262 | 6 | 4 | 0 | 141 | 36 | 77 | 135 | 44 |
| Binary | 10101010 | 10110010 | 110 | 100 | 0 | 1100001 | 11110 | 111111 | 1011101 | 100100 |
Color Harmonies of #AAB206
Complementary color
Monochromatic Colors of #AAB206
Black with #AAB206
Text Example
Text Example
White with #AAB206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB206; }
p { color: rgb(170,178,6); }
H1.HeaderClassName
{
color: #AAB206;
}
.AnyTagClassName
{
color: #AAB206;
}
</style>
background-color css
<style>
a { background-color: #AAB206; }
a { background-color: rgb(170,178,6); }
div.DivClassName
{
background-color: #AAB206;
}
.BgClassName
{
background-color: #AAB206;
}
</style>
border-color css
<style>
span { border-color: #AAB206; }
span { border-color: rgb(170,178,6); }
td.TdClassName
{
border-color: #AAB206;
}
.TagClassName
{
border-color: #AAB206;
}
</style>