Shades of Citrus #A8AC0C
Tints of Citrus #A8AC0C
RGB
CMYK
RGB Variations
Color information
#A8AC0C (or 0xA8AC0C) is known color: Citrus. HEX triplet: A8, AC and 0C. RGB value is (168,172,12). Sum of RGB (Red+Green+Blue) = 168+172+12=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 172 (67.58% from 255 or 48.86% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AC0C is #5753F3. Grayscale: #999999. Windows color (decimal): -5723124 or 830632. OLE color: 830632.
HSL color Cylindrical-coordinate representation of color #A8AC0C: hue angle of 61.5º 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 #A8AC0C is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 12 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.33 |
| HSL | 61.5º | 0.87% | 0.36% | - |
| HSV(B) | 61.5º | 0.93% | 0.67% | - |
| XYZ | 30.97 | 37.86 | 6.02 | - |
| YUV | 152.56 | 48.67 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 12 | 0.02 | 0 | 0.93 | 0.33 | 61.5 | 0.87 | 0.36 |
| Hex | A8 | AC | C | 2 | 0 | 5D | 21 | 3E | 57 | 24 |
| Octal | 250 | 254 | 14 | 2 | 0 | 135 | 41 | 76 | 127 | 44 |
| Binary | 10101000 | 10101100 | 1100 | 10 | 0 | 1011101 | 100001 | 111110 | 1010111 | 100100 |
Color Harmonies of #A8AC0C
Complementary color
Monochromatic Colors of #A8AC0C
Black with #A8AC0C
Text Example
Text Example
White with #A8AC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC0C; }
p { color: rgb(168,172,12); }
H1.HeaderClassName
{
color: #A8AC0C;
}
.AnyTagClassName
{
color: #A8AC0C;
}
</style>
background-color css
<style>
a { background-color: #A8AC0C; }
a { background-color: rgb(168,172,12); }
div.DivClassName
{
background-color: #A8AC0C;
}
.BgClassName
{
background-color: #A8AC0C;
}
</style>
border-color css
<style>
span { border-color: #A8AC0C; }
span { border-color: rgb(168,172,12); }
td.TdClassName
{
border-color: #A8AC0C;
}
.TagClassName
{
border-color: #A8AC0C;
}
</style>