Shades of Citrus #AAB70A
Tints of Citrus #AAB70A
RGB
CMYK
RGB Variations
Color information
#AAB70A (or 0xAAB70A) is known color: Citrus. HEX triplet: AA, B7 and 0A. RGB value is (170,183,10). Sum of RGB (Red+Green+Blue) = 170+183+10=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 183 (71.88% from 255 or 50.41% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB70A is #5548F5. Grayscale: #A0A0A0. Windows color (decimal): -5589238 or 702378. OLE color: 702378.
HSL color Cylindrical-coordinate representation of color #AAB70A: hue angle of 64.51º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAB70A is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 10 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.28 |
| HSL | 64.51º | 0.9% | 0.38% | - |
| HSV(B) | 64.51º | 0.95% | 0.72% | - |
| XYZ | 33.57 | 42.43 | 6.71 | - |
| YUV | 159.39 | 43.69 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 10 | 0.07 | 0 | 0.95 | 0.28 | 64.51 | 0.9 | 0.38 |
| Hex | AA | B7 | A | 7 | 0 | 5F | 1C | 41 | 5A | 26 |
| Octal | 252 | 267 | 12 | 7 | 0 | 137 | 34 | 101 | 132 | 46 |
| Binary | 10101010 | 10110111 | 1010 | 111 | 0 | 1011111 | 11100 | 1000001 | 1011010 | 100110 |
Color Harmonies of #AAB70A
Complementary color
Monochromatic Colors of #AAB70A
Black with #AAB70A
Text Example
Text Example
White with #AAB70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB70A; }
p { color: rgb(170,183,10); }
H1.HeaderClassName
{
color: #AAB70A;
}
.AnyTagClassName
{
color: #AAB70A;
}
</style>
background-color css
<style>
a { background-color: #AAB70A; }
a { background-color: rgb(170,183,10); }
div.DivClassName
{
background-color: #AAB70A;
}
.BgClassName
{
background-color: #AAB70A;
}
</style>
border-color css
<style>
span { border-color: #AAB70A; }
span { border-color: rgb(170,183,10); }
td.TdClassName
{
border-color: #AAB70A;
}
.TagClassName
{
border-color: #AAB70A;
}
</style>