Shades of Citrus #A8AA11
Tints of Citrus #A8AA11
RGB
CMYK
RGB Variations
Color information
#A8AA11 (or 0xA8AA11) is known color: Citrus. HEX triplet: A8, AA and 11. RGB value is (168,170,17). Sum of RGB (Red+Green+Blue) = 168+170+17=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 17 (7.03% from 255 or 4.79% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AA11 is #5755EE. Grayscale: #989898. Windows color (decimal): -5723631 or 1157800. OLE color: 1157800.
HSL color Cylindrical-coordinate representation of color #A8AA11: hue angle of 60.78º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8AA11 is Cyan = 0.01, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 17 | - |
| CMYK | 0.01 | 0 | 0.9 | 0.33 |
| HSL | 60.78º | 0.82% | 0.37% | - |
| HSV(B) | 60.78º | 0.9% | 0.67% | - |
| XYZ | 30.62 | 37.11 | 6.08 | - |
| YUV | 151.96 | 51.84 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 17 | 0.01 | 0 | 0.9 | 0.33 | 60.78 | 0.82 | 0.37 |
| Hex | A8 | AA | 11 | 1 | 0 | 5A | 21 | 3D | 52 | 25 |
| Octal | 250 | 252 | 21 | 1 | 0 | 132 | 41 | 75 | 122 | 45 |
| Binary | 10101000 | 10101010 | 10001 | 1 | 0 | 1011010 | 100001 | 111101 | 1010010 | 100101 |
Color Harmonies of #A8AA11
Complementary color
Monochromatic Colors of #A8AA11
Black with #A8AA11
Text Example
Text Example
White with #A8AA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA11; }
p { color: rgb(168,170,17); }
H1.HeaderClassName
{
color: #A8AA11;
}
.AnyTagClassName
{
color: #A8AA11;
}
</style>
background-color css
<style>
a { background-color: #A8AA11; }
a { background-color: rgb(168,170,17); }
div.DivClassName
{
background-color: #A8AA11;
}
.BgClassName
{
background-color: #A8AA11;
}
</style>
border-color css
<style>
span { border-color: #A8AA11; }
span { border-color: rgb(168,170,17); }
td.TdClassName
{
border-color: #A8AA11;
}
.TagClassName
{
border-color: #A8AA11;
}
</style>