Shades of Citrus #AAB701
Tints of Citrus #AAB701
RGB
CMYK
RGB Variations
Color information
#AAB701 (or 0xAAB701) is known color: Citrus. HEX triplet: AA, B7 and 01. RGB value is (170,183,1). Sum of RGB (Red+Green+Blue) = 170+183+1=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB701 is #5548FE. Grayscale: #9F9F9F. Windows color (decimal): -5589247 or 112554. OLE color: 112554.
HSL color Cylindrical-coordinate representation of color #AAB701: hue angle of 64.29º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAB701 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 1 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.28 |
| HSL | 64.29º | 0.99% | 0.36% | - |
| HSV(B) | 64.29º | 0.99% | 0.72% | - |
| XYZ | 33.52 | 42.42 | 6.45 | - |
| YUV | 158.37 | 39.19 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 1 | 0.07 | 0 | 0.99 | 0.28 | 64.29 | 0.99 | 0.36 |
| Hex | AA | B7 | 1 | 7 | 0 | 63 | 1C | 40 | 63 | 24 |
| Octal | 252 | 267 | 1 | 7 | 0 | 143 | 34 | 100 | 143 | 44 |
| Binary | 10101010 | 10110111 | 1 | 111 | 0 | 1100011 | 11100 | 1000000 | 1100011 | 100100 |
Color Harmonies of #AAB701
Complementary color
Monochromatic Colors of #AAB701
Black with #AAB701
Text Example
Text Example
White with #AAB701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB701; }
p { color: rgb(170,183,1); }
H1.HeaderClassName
{
color: #AAB701;
}
.AnyTagClassName
{
color: #AAB701;
}
</style>
background-color css
<style>
a { background-color: #AAB701; }
a { background-color: rgb(170,183,1); }
div.DivClassName
{
background-color: #AAB701;
}
.BgClassName
{
background-color: #AAB701;
}
</style>
border-color css
<style>
span { border-color: #AAB701; }
span { border-color: rgb(170,183,1); }
td.TdClassName
{
border-color: #AAB701;
}
.TagClassName
{
border-color: #AAB701;
}
</style>