Shades of Citrus #A8AA0C
Tints of Citrus #A8AA0C
RGB
CMYK
RGB Variations
Color information
#A8AA0C (or 0xA8AA0C) is known color: Citrus. HEX triplet: A8, AA and 0C. RGB value is (168,170,12). Sum of RGB (Red+Green+Blue) = 168+170+12=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AA0C is #5755F3. Grayscale: #989898. Windows color (decimal): -5723636 or 830120. OLE color: 830120.
HSL color Cylindrical-coordinate representation of color #A8AA0C: hue angle of 60.76º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8AA0C is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 12 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.33 |
| HSL | 60.76º | 0.87% | 0.36% | - |
| HSV(B) | 60.76º | 0.93% | 0.67% | - |
| XYZ | 30.59 | 37.1 | 5.9 | - |
| YUV | 151.39 | 49.34 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 12 | 0.01 | 0 | 0.93 | 0.33 | 60.76 | 0.87 | 0.36 |
| Hex | A8 | AA | C | 1 | 0 | 5D | 21 | 3D | 57 | 24 |
| Octal | 250 | 252 | 14 | 1 | 0 | 135 | 41 | 75 | 127 | 44 |
| Binary | 10101000 | 10101010 | 1100 | 1 | 0 | 1011101 | 100001 | 111101 | 1010111 | 100100 |
Color Harmonies of #A8AA0C
Complementary color
Monochromatic Colors of #A8AA0C
Black with #A8AA0C
Text Example
Text Example
White with #A8AA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA0C; }
p { color: rgb(168,170,12); }
H1.HeaderClassName
{
color: #A8AA0C;
}
.AnyTagClassName
{
color: #A8AA0C;
}
</style>
background-color css
<style>
a { background-color: #A8AA0C; }
a { background-color: rgb(168,170,12); }
div.DivClassName
{
background-color: #A8AA0C;
}
.BgClassName
{
background-color: #A8AA0C;
}
</style>
border-color css
<style>
span { border-color: #A8AA0C; }
span { border-color: rgb(168,170,12); }
td.TdClassName
{
border-color: #A8AA0C;
}
.TagClassName
{
border-color: #A8AA0C;
}
</style>