Shades of Citrus #AAB710
Tints of Citrus #AAB710
RGB
CMYK
RGB Variations
Color information
#AAB710 (or 0xAAB710) is known color: Citrus. HEX triplet: AA, B7 and 10. RGB value is (170,183,16). Sum of RGB (Red+Green+Blue) = 170+183+16=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB710 is #5548EF. Grayscale: #A0A0A0. Windows color (decimal): -5589232 or 1095594. OLE color: 1095594.
HSL color Cylindrical-coordinate representation of color #AAB710: hue angle of 64.67º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAB710 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 16 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.28 |
| HSL | 64.67º | 0.84% | 0.39% | - |
| HSV(B) | 64.67º | 0.91% | 0.72% | - |
| XYZ | 33.6 | 42.45 | 6.91 | - |
| YUV | 160.08 | 46.69 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 16 | 0.07 | 0 | 0.91 | 0.28 | 64.67 | 0.84 | 0.39 |
| Hex | AA | B7 | 10 | 7 | 0 | 5B | 1C | 41 | 54 | 27 |
| Octal | 252 | 267 | 20 | 7 | 0 | 133 | 34 | 101 | 124 | 47 |
| Binary | 10101010 | 10110111 | 10000 | 111 | 0 | 1011011 | 11100 | 1000001 | 1010100 | 100111 |
Color Harmonies of #AAB710
Complementary color
Monochromatic Colors of #AAB710
Black with #AAB710
Text Example
Text Example
White with #AAB710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB710; }
p { color: rgb(170,183,16); }
H1.HeaderClassName
{
color: #AAB710;
}
.AnyTagClassName
{
color: #AAB710;
}
</style>
background-color css
<style>
a { background-color: #AAB710; }
a { background-color: rgb(170,183,16); }
div.DivClassName
{
background-color: #AAB710;
}
.BgClassName
{
background-color: #AAB710;
}
</style>
border-color css
<style>
span { border-color: #AAB710; }
span { border-color: rgb(170,183,16); }
td.TdClassName
{
border-color: #AAB710;
}
.TagClassName
{
border-color: #AAB710;
}
</style>