Shades of Citrus #AAB706
Tints of Citrus #AAB706
RGB
CMYK
RGB Variations
Color information
#AAB706 (or 0xAAB706) is known color: Citrus. HEX triplet: AA, B7 and 06. RGB value is (170,183,6). Sum of RGB (Red+Green+Blue) = 170+183+6=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 183 (71.88% from 255 or 50.97% from 359); Blue value is 6 (2.73% from 255 or 1.67% from 359); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB706 is #5548F9. Grayscale: #9F9F9F. Windows color (decimal): -5589242 or 440234. OLE color: 440234.
HSL color Cylindrical-coordinate representation of color #AAB706: hue angle of 64.41º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAB706 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 6 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.28 |
| HSL | 64.41º | 0.94% | 0.37% | - |
| HSV(B) | 64.41º | 0.97% | 0.72% | - |
| XYZ | 33.54 | 42.43 | 6.59 | - |
| YUV | 158.94 | 41.69 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 6 | 0.07 | 0 | 0.97 | 0.28 | 64.41 | 0.94 | 0.37 |
| Hex | AA | B7 | 6 | 7 | 0 | 61 | 1C | 40 | 5E | 25 |
| Octal | 252 | 267 | 6 | 7 | 0 | 141 | 34 | 100 | 136 | 45 |
| Binary | 10101010 | 10110111 | 110 | 111 | 0 | 1100001 | 11100 | 1000000 | 1011110 | 100101 |
Color Harmonies of #AAB706
Complementary color
Monochromatic Colors of #AAB706
Black with #AAB706
Text Example
Text Example
White with #AAB706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB706; }
p { color: rgb(170,183,6); }
H1.HeaderClassName
{
color: #AAB706;
}
.AnyTagClassName
{
color: #AAB706;
}
</style>
background-color css
<style>
a { background-color: #AAB706; }
a { background-color: rgb(170,183,6); }
div.DivClassName
{
background-color: #AAB706;
}
.BgClassName
{
background-color: #AAB706;
}
</style>
border-color css
<style>
span { border-color: #AAB706; }
span { border-color: rgb(170,183,6); }
td.TdClassName
{
border-color: #AAB706;
}
.TagClassName
{
border-color: #AAB706;
}
</style>