Shades of Citrus #AAB708
Tints of Citrus #AAB708
RGB
CMYK
RGB Variations
Color information
#AAB708 (or 0xAAB708) is known color: Citrus. HEX triplet: AA, B7 and 08. RGB value is (170,183,8). Sum of RGB (Red+Green+Blue) = 170+183+8=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 183 (71.88% from 255 or 50.69% from 361); Blue value is 8 (3.52% from 255 or 2.22% from 361); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB708 is #5548F7. Grayscale: #9F9F9F. Windows color (decimal): -5589240 or 571306. OLE color: 571306.
HSL color Cylindrical-coordinate representation of color #AAB708: hue angle of 64.46º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAB708 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 8 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.28 |
| HSL | 64.46º | 0.92% | 0.37% | - |
| HSV(B) | 64.46º | 0.96% | 0.72% | - |
| XYZ | 33.55 | 42.43 | 6.65 | - |
| YUV | 159.16 | 42.69 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 8 | 0.07 | 0 | 0.96 | 0.28 | 64.46 | 0.92 | 0.37 |
| Hex | AA | B7 | 8 | 7 | 0 | 60 | 1C | 40 | 5C | 25 |
| Octal | 252 | 267 | 10 | 7 | 0 | 140 | 34 | 100 | 134 | 45 |
| Binary | 10101010 | 10110111 | 1000 | 111 | 0 | 1100000 | 11100 | 1000000 | 1011100 | 100101 |
Color Harmonies of #AAB708
Complementary color
Monochromatic Colors of #AAB708
Black with #AAB708
Text Example
Text Example
White with #AAB708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB708; }
p { color: rgb(170,183,8); }
H1.HeaderClassName
{
color: #AAB708;
}
.AnyTagClassName
{
color: #AAB708;
}
</style>
background-color css
<style>
a { background-color: #AAB708; }
a { background-color: rgb(170,183,8); }
div.DivClassName
{
background-color: #AAB708;
}
.BgClassName
{
background-color: #AAB708;
}
</style>
border-color css
<style>
span { border-color: #AAB708; }
span { border-color: rgb(170,183,8); }
td.TdClassName
{
border-color: #AAB708;
}
.TagClassName
{
border-color: #AAB708;
}
</style>