Shades of Citrus #AAB013
Tints of Citrus #AAB013
RGB
CMYK
RGB Variations
Color information
#AAB013 (or 0xAAB013) is known color: Citrus. HEX triplet: AA, B0 and 13. RGB value is (170,176,19). Sum of RGB (Red+Green+Blue) = 170+176+19=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 19 (7.81% from 255 or 5.21% from 365); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB013 is #554FEC. Grayscale: #9C9C9C. Windows color (decimal): -5591021 or 1290410. OLE color: 1290410.
HSL color Cylindrical-coordinate representation of color #AAB013: hue angle of 62.29º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AAB013 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 19 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.31 |
| HSL | 62.29º | 0.81% | 0.38% | - |
| HSV(B) | 62.29º | 0.89% | 0.69% | - |
| XYZ | 32.22 | 39.64 | 6.57 | - |
| YUV | 156.31 | 50.51 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 19 | 0.03 | 0 | 0.89 | 0.31 | 62.29 | 0.81 | 0.38 |
| Hex | AA | B0 | 13 | 3 | 0 | 59 | 1F | 3E | 51 | 26 |
| Octal | 252 | 260 | 23 | 3 | 0 | 131 | 37 | 76 | 121 | 46 |
| Binary | 10101010 | 10110000 | 10011 | 11 | 0 | 1011001 | 11111 | 111110 | 1010001 | 100110 |
Color Harmonies of #AAB013
Complementary color
Monochromatic Colors of #AAB013
Black with #AAB013
Text Example
Text Example
White with #AAB013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB013; }
p { color: rgb(170,176,19); }
H1.HeaderClassName
{
color: #AAB013;
}
.AnyTagClassName
{
color: #AAB013;
}
</style>
background-color css
<style>
a { background-color: #AAB013; }
a { background-color: rgb(170,176,19); }
div.DivClassName
{
background-color: #AAB013;
}
.BgClassName
{
background-color: #AAB013;
}
</style>
border-color css
<style>
span { border-color: #AAB013; }
span { border-color: rgb(170,176,19); }
td.TdClassName
{
border-color: #AAB013;
}
.TagClassName
{
border-color: #AAB013;
}
</style>