Shades of Citrus #AAB505
Tints of Citrus #AAB505
RGB
CMYK
RGB Variations
Color information
#AAB505 (or 0xAAB505) is known color: Citrus. HEX triplet: AA, B5 and 05. RGB value is (170,181,5). Sum of RGB (Red+Green+Blue) = 170+181+5=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 181 (71.09% from 255 or 50.84% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB505 is #554AFA. Grayscale: #9E9E9E. Windows color (decimal): -5589755 or 374186. OLE color: 374186.
HSL color Cylindrical-coordinate representation of color #AAB505: hue angle of 63.75º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAB505 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 5 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.29 |
| HSL | 63.75º | 0.95% | 0.36% | - |
| HSV(B) | 63.75º | 0.97% | 0.71% | - |
| XYZ | 33.13 | 41.6 | 6.43 | - |
| YUV | 157.65 | 41.86 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 5 | 0.06 | 0 | 0.97 | 0.29 | 63.75 | 0.95 | 0.36 |
| Hex | AA | B5 | 5 | 6 | 0 | 61 | 1D | 40 | 5F | 24 |
| Octal | 252 | 265 | 5 | 6 | 0 | 141 | 35 | 100 | 137 | 44 |
| Binary | 10101010 | 10110101 | 101 | 110 | 0 | 1100001 | 11101 | 1000000 | 1011111 | 100100 |
Color Harmonies of #AAB505
Complementary color
Monochromatic Colors of #AAB505
Black with #AAB505
Text Example
Text Example
White with #AAB505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB505; }
p { color: rgb(170,181,5); }
H1.HeaderClassName
{
color: #AAB505;
}
.AnyTagClassName
{
color: #AAB505;
}
</style>
background-color css
<style>
a { background-color: #AAB505; }
a { background-color: rgb(170,181,5); }
div.DivClassName
{
background-color: #AAB505;
}
.BgClassName
{
background-color: #AAB505;
}
</style>
border-color css
<style>
span { border-color: #AAB505; }
span { border-color: rgb(170,181,5); }
td.TdClassName
{
border-color: #AAB505;
}
.TagClassName
{
border-color: #AAB505;
}
</style>