Shades of Citrus #AAAC10
Tints of Citrus #AAAC10
RGB
CMYK
RGB Variations
Color information
#AAAC10 (or 0xAAAC10) is known color: Citrus. HEX triplet: AA, AC and 10. RGB value is (170,172,16). Sum of RGB (Red+Green+Blue) = 170+172+16=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAC10 is #5553EF. Grayscale: #9A9A9A. Windows color (decimal): -5592048 or 1092778. OLE color: 1092778.
HSL color Cylindrical-coordinate representation of color #AAAC10: hue angle of 60.77º 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 #AAAC10 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 16 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.33 |
| HSL | 60.77º | 0.83% | 0.37% | - |
| HSV(B) | 60.77º | 0.91% | 0.67% | - |
| XYZ | 31.42 | 38.09 | 6.19 | - |
| YUV | 153.62 | 50.34 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 16 | 0.01 | 0 | 0.91 | 0.33 | 60.77 | 0.83 | 0.37 |
| Hex | AA | AC | 10 | 1 | 0 | 5B | 21 | 3D | 53 | 25 |
| Octal | 252 | 254 | 20 | 1 | 0 | 133 | 41 | 75 | 123 | 45 |
| Binary | 10101010 | 10101100 | 10000 | 1 | 0 | 1011011 | 100001 | 111101 | 1010011 | 100101 |
Color Harmonies of #AAAC10
Complementary color
Monochromatic Colors of #AAAC10
Black with #AAAC10
Text Example
Text Example
White with #AAAC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC10; }
p { color: rgb(170,172,16); }
H1.HeaderClassName
{
color: #AAAC10;
}
.AnyTagClassName
{
color: #AAAC10;
}
</style>
background-color css
<style>
a { background-color: #AAAC10; }
a { background-color: rgb(170,172,16); }
div.DivClassName
{
background-color: #AAAC10;
}
.BgClassName
{
background-color: #AAAC10;
}
</style>
border-color css
<style>
span { border-color: #AAAC10; }
span { border-color: rgb(170,172,16); }
td.TdClassName
{
border-color: #AAAC10;
}
.TagClassName
{
border-color: #AAAC10;
}
</style>