Shades of Citrus #AAB010
Tints of Citrus #AAB010
RGB
CMYK
RGB Variations
Color information
#AAB010 (or 0xAAB010) is known color: Citrus. HEX triplet: AA, B0 and 10. RGB value is (170,176,16). Sum of RGB (Red+Green+Blue) = 170+176+16=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 176 (69.14% from 255 or 48.62% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB010 is #554FEF. Grayscale: #9C9C9C. Windows color (decimal): -5591024 or 1093802. OLE color: 1093802.
HSL color Cylindrical-coordinate representation of color #AAB010: hue angle of 62.25º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAB010 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 16 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.31 |
| HSL | 62.25º | 0.83% | 0.38% | - |
| HSV(B) | 62.25º | 0.91% | 0.69% | - |
| XYZ | 32.2 | 39.63 | 6.44 | - |
| YUV | 155.97 | 49.01 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 16 | 0.03 | 0 | 0.91 | 0.31 | 62.25 | 0.83 | 0.38 |
| Hex | AA | B0 | 10 | 3 | 0 | 5B | 1F | 3E | 53 | 26 |
| Octal | 252 | 260 | 20 | 3 | 0 | 133 | 37 | 76 | 123 | 46 |
| Binary | 10101010 | 10110000 | 10000 | 11 | 0 | 1011011 | 11111 | 111110 | 1010011 | 100110 |
Color Harmonies of #AAB010
Complementary color
Monochromatic Colors of #AAB010
Black with #AAB010
Text Example
Text Example
White with #AAB010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB010; }
p { color: rgb(170,176,16); }
H1.HeaderClassName
{
color: #AAB010;
}
.AnyTagClassName
{
color: #AAB010;
}
</style>
background-color css
<style>
a { background-color: #AAB010; }
a { background-color: rgb(170,176,16); }
div.DivClassName
{
background-color: #AAB010;
}
.BgClassName
{
background-color: #AAB010;
}
</style>
border-color css
<style>
span { border-color: #AAB010; }
span { border-color: rgb(170,176,16); }
td.TdClassName
{
border-color: #AAB010;
}
.TagClassName
{
border-color: #AAB010;
}
</style>