Shades of Citrus #AAB601
Tints of Citrus #AAB601
RGB
CMYK
RGB Variations
Color information
#AAB601 (or 0xAAB601) is known color: Citrus. HEX triplet: AA, B6 and 01. RGB value is (170,182,1). Sum of RGB (Red+Green+Blue) = 170+182+1=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 182 (71.48% from 255 or 51.56% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB601 is #5549FE. Grayscale: #9E9E9E. Windows color (decimal): -5589503 or 112298. OLE color: 112298.
HSL color Cylindrical-coordinate representation of color #AAB601: hue angle of 63.98º 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 #AAB601 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 1 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.29 |
| HSL | 63.98º | 0.99% | 0.36% | - |
| HSV(B) | 63.98º | 0.99% | 0.71% | - |
| XYZ | 33.31 | 42 | 6.38 | - |
| YUV | 157.78 | 39.52 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 1 | 0.07 | 0 | 0.99 | 0.29 | 63.98 | 0.99 | 0.36 |
| Hex | AA | B6 | 1 | 7 | 0 | 63 | 1D | 40 | 63 | 24 |
| Octal | 252 | 266 | 1 | 7 | 0 | 143 | 35 | 100 | 143 | 44 |
| Binary | 10101010 | 10110110 | 1 | 111 | 0 | 1100011 | 11101 | 1000000 | 1100011 | 100100 |
Color Harmonies of #AAB601
Complementary color
Monochromatic Colors of #AAB601
Black with #AAB601
Text Example
Text Example
White with #AAB601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB601; }
p { color: rgb(170,182,1); }
H1.HeaderClassName
{
color: #AAB601;
}
.AnyTagClassName
{
color: #AAB601;
}
</style>
background-color css
<style>
a { background-color: #AAB601; }
a { background-color: rgb(170,182,1); }
div.DivClassName
{
background-color: #AAB601;
}
.BgClassName
{
background-color: #AAB601;
}
</style>
border-color css
<style>
span { border-color: #AAB601; }
span { border-color: rgb(170,182,1); }
td.TdClassName
{
border-color: #AAB601;
}
.TagClassName
{
border-color: #AAB601;
}
</style>