Shades of Citrus #ACAC0F
Tints of Citrus #ACAC0F
RGB
CMYK
RGB Variations
Color information
#ACAC0F (or 0xACAC0F) is known color: Citrus. HEX triplet: AC, AC and 0F. RGB value is (172,172,15). Sum of RGB (Red+Green+Blue) = 172+172+15=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 15 (6.25% from 255 or 4.18% from 359); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAC0F is #5353F0. Grayscale: #9A9A9A. Windows color (decimal): -5460977 or 1027244. OLE color: 1027244.
HSL color Cylindrical-coordinate representation of color #ACAC0F: hue angle of 60º degrees, saturation: 0.84, 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 #ACAC0F is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 172 | 15 | - |
| CMYK | 0 | 0 | 0.91 | 0.33 |
| HSL | 60º | 0.84% | 0.37% | - |
| HSV(B) | 60º | 0.91% | 0.67% | - |
| XYZ | 31.85 | 38.31 | 6.17 | - |
| YUV | 154.1 | 49.5 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 15 | 0 | 0 | 0.91 | 0.33 | 60 | 0.84 | 0.37 |
| Hex | AC | AC | F | 0 | 0 | 5B | 21 | 3C | 54 | 25 |
| Octal | 254 | 254 | 17 | 0 | 0 | 133 | 41 | 74 | 124 | 45 |
| Binary | 10101100 | 10101100 | 1111 | 0 | 0 | 1011011 | 100001 | 111100 | 1010100 | 100101 |
Color Harmonies of #ACAC0F
Complementary color
Monochromatic Colors of #ACAC0F
Black with #ACAC0F
Text Example
Text Example
White with #ACAC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC0F; }
p { color: rgb(172,172,15); }
H1.HeaderClassName
{
color: #ACAC0F;
}
.AnyTagClassName
{
color: #ACAC0F;
}
</style>
background-color css
<style>
a { background-color: #ACAC0F; }
a { background-color: rgb(172,172,15); }
div.DivClassName
{
background-color: #ACAC0F;
}
.BgClassName
{
background-color: #ACAC0F;
}
</style>
border-color css
<style>
span { border-color: #ACAC0F; }
span { border-color: rgb(172,172,15); }
td.TdClassName
{
border-color: #ACAC0F;
}
.TagClassName
{
border-color: #ACAC0F;
}
</style>