Shades of Citrus #AAB501
Tints of Citrus #AAB501
RGB
CMYK
RGB Variations
Color information
#AAB501 (or 0xAAB501) is known color: Citrus. HEX triplet: AA, B5 and 01. RGB value is (170,181,1). Sum of RGB (Red+Green+Blue) = 170+181+1=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 181 (71.09% from 255 or 51.42% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB501 is #554AFE. Grayscale: #9D9D9D. Windows color (decimal): -5589759 or 112042. OLE color: 112042.
HSL color Cylindrical-coordinate representation of color #AAB501: hue angle of 63.67º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAB501 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 1 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.29 |
| HSL | 63.67º | 0.99% | 0.36% | - |
| HSV(B) | 63.67º | 0.99% | 0.71% | - |
| XYZ | 33.11 | 41.6 | 6.31 | - |
| YUV | 157.19 | 39.86 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 1 | 0.06 | 0 | 0.99 | 0.29 | 63.67 | 0.99 | 0.36 |
| Hex | AA | B5 | 1 | 6 | 0 | 63 | 1D | 40 | 63 | 24 |
| Octal | 252 | 265 | 1 | 6 | 0 | 143 | 35 | 100 | 143 | 44 |
| Binary | 10101010 | 10110101 | 1 | 110 | 0 | 1100011 | 11101 | 1000000 | 1100011 | 100100 |
Color Harmonies of #AAB501
Complementary color
Monochromatic Colors of #AAB501
Black with #AAB501
Text Example
Text Example
White with #AAB501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB501; }
p { color: rgb(170,181,1); }
H1.HeaderClassName
{
color: #AAB501;
}
.AnyTagClassName
{
color: #AAB501;
}
</style>
background-color css
<style>
a { background-color: #AAB501; }
a { background-color: rgb(170,181,1); }
div.DivClassName
{
background-color: #AAB501;
}
.BgClassName
{
background-color: #AAB501;
}
</style>
border-color css
<style>
span { border-color: #AAB501; }
span { border-color: rgb(170,181,1); }
td.TdClassName
{
border-color: #AAB501;
}
.TagClassName
{
border-color: #AAB501;
}
</style>