Shades of Citrus #AAAB10
Tints of Citrus #AAAB10
RGB
CMYK
RGB Variations
Color information
#AAAB10 (or 0xAAAB10) is known color: Citrus. HEX triplet: AA, AB and 10. RGB value is (170,171,16). Sum of RGB (Red+Green+Blue) = 170+171+16=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 171 (67.19% from 255 or 47.90% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAB10 is #5554EF. Grayscale: #999999. Windows color (decimal): -5592304 or 1092522. OLE color: 1092522.
HSL color Cylindrical-coordinate representation of color #AAAB10: hue angle of 60.39º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAAB10 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 16 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.33 |
| HSL | 60.39º | 0.83% | 0.37% | - |
| HSV(B) | 60.39º | 0.91% | 0.67% | - |
| XYZ | 31.23 | 37.71 | 6.12 | - |
| YUV | 153.03 | 50.67 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 16 | 0.01 | 0 | 0.91 | 0.33 | 60.39 | 0.83 | 0.37 |
| Hex | AA | AB | 10 | 1 | 0 | 5B | 21 | 3C | 53 | 25 |
| Octal | 252 | 253 | 20 | 1 | 0 | 133 | 41 | 74 | 123 | 45 |
| Binary | 10101010 | 10101011 | 10000 | 1 | 0 | 1011011 | 100001 | 111100 | 1010011 | 100101 |
Color Harmonies of #AAAB10
Complementary color
Monochromatic Colors of #AAAB10
Black with #AAAB10
Text Example
Text Example
White with #AAAB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB10; }
p { color: rgb(170,171,16); }
H1.HeaderClassName
{
color: #AAAB10;
}
.AnyTagClassName
{
color: #AAAB10;
}
</style>
background-color css
<style>
a { background-color: #AAAB10; }
a { background-color: rgb(170,171,16); }
div.DivClassName
{
background-color: #AAAB10;
}
.BgClassName
{
background-color: #AAAB10;
}
</style>
border-color css
<style>
span { border-color: #AAAB10; }
span { border-color: rgb(170,171,16); }
td.TdClassName
{
border-color: #AAAB10;
}
.TagClassName
{
border-color: #AAAB10;
}
</style>