Shades of Citrus #ACAC0D
Tints of Citrus #ACAC0D
RGB
CMYK
RGB Variations
Color information
#ACAC0D (or 0xACAC0D) is known color: Citrus. HEX triplet: AC, AC and 0D. RGB value is (172,172,13). Sum of RGB (Red+Green+Blue) = 172+172+13=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 172 (67.58% from 255 or 48.18% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAC0D is #5353F2. Grayscale: #9A9A9A. Windows color (decimal): -5460979 or 896172. OLE color: 896172.
HSL color Cylindrical-coordinate representation of color #ACAC0D: hue angle of 60º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACAC0D is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 172 | 13 | - |
| CMYK | 0 | 0 | 0.92 | 0.33 |
| HSL | 60º | 0.86% | 0.36% | - |
| HSV(B) | 60º | 0.92% | 0.67% | - |
| XYZ | 31.84 | 38.3 | 6.1 | - |
| YUV | 153.87 | 48.5 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 13 | 0 | 0 | 0.92 | 0.33 | 60 | 0.86 | 0.36 |
| Hex | AC | AC | D | 0 | 0 | 5C | 21 | 3C | 56 | 24 |
| Octal | 254 | 254 | 15 | 0 | 0 | 134 | 41 | 74 | 126 | 44 |
| Binary | 10101100 | 10101100 | 1101 | 0 | 0 | 1011100 | 100001 | 111100 | 1010110 | 100100 |
Color Harmonies of #ACAC0D
Complementary color
Monochromatic Colors of #ACAC0D
Black with #ACAC0D
Text Example
Text Example
White with #ACAC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC0D; }
p { color: rgb(172,172,13); }
H1.HeaderClassName
{
color: #ACAC0D;
}
.AnyTagClassName
{
color: #ACAC0D;
}
</style>
background-color css
<style>
a { background-color: #ACAC0D; }
a { background-color: rgb(172,172,13); }
div.DivClassName
{
background-color: #ACAC0D;
}
.BgClassName
{
background-color: #ACAC0D;
}
</style>
border-color css
<style>
span { border-color: #ACAC0D; }
span { border-color: rgb(172,172,13); }
td.TdClassName
{
border-color: #ACAC0D;
}
.TagClassName
{
border-color: #ACAC0D;
}
</style>