Shades of Citrus #ACAC10
Tints of Citrus #ACAC10
RGB
CMYK
RGB Variations
Color information
#ACAC10 (or 0xACAC10) is known color: Citrus. HEX triplet: AC, AC and 10. RGB value is (172,172,16). Sum of RGB (Red+Green+Blue) = 172+172+16=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAC10 is #5353EF. Grayscale: #9A9A9A. Windows color (decimal): -5460976 or 1092780. OLE color: 1092780.
HSL color Cylindrical-coordinate representation of color #ACAC10: hue angle of 60º degrees, saturation: 0.83, 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 #ACAC10 is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 172 | 16 | - |
| CMYK | 0 | 0 | 0.91 | 0.33 |
| HSL | 60º | 0.83% | 0.37% | - |
| HSV(B) | 60º | 0.91% | 0.67% | - |
| XYZ | 31.86 | 38.31 | 6.21 | - |
| YUV | 154.22 | 50 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 16 | 0 | 0 | 0.91 | 0.33 | 60 | 0.83 | 0.37 |
| Hex | AC | AC | 10 | 0 | 0 | 5B | 21 | 3C | 53 | 25 |
| Octal | 254 | 254 | 20 | 0 | 0 | 133 | 41 | 74 | 123 | 45 |
| Binary | 10101100 | 10101100 | 10000 | 0 | 0 | 1011011 | 100001 | 111100 | 1010011 | 100101 |
Color Harmonies of #ACAC10
Complementary color
Monochromatic Colors of #ACAC10
Black with #ACAC10
Text Example
Text Example
White with #ACAC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC10; }
p { color: rgb(172,172,16); }
H1.HeaderClassName
{
color: #ACAC10;
}
.AnyTagClassName
{
color: #ACAC10;
}
</style>
background-color css
<style>
a { background-color: #ACAC10; }
a { background-color: rgb(172,172,16); }
div.DivClassName
{
background-color: #ACAC10;
}
.BgClassName
{
background-color: #ACAC10;
}
</style>
border-color css
<style>
span { border-color: #ACAC10; }
span { border-color: rgb(172,172,16); }
td.TdClassName
{
border-color: #ACAC10;
}
.TagClassName
{
border-color: #ACAC10;
}
</style>