Shades of Citrus #ACAA0A
Tints of Citrus #ACAA0A
RGB
CMYK
RGB Variations
Color information
#ACAA0A (or 0xACAA0A) is known color: Citrus. HEX triplet: AC, AA and 0A. RGB value is (172,170,10). Sum of RGB (Red+Green+Blue) = 172+170+10=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAA0A is #5355F5. Grayscale: #999999. Windows color (decimal): -5461494 or 699052. OLE color: 699052.
HSL color Cylindrical-coordinate representation of color #ACAA0A: hue angle of 59.26º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACAA0A is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 170 | 10 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.33 |
| HSL | 59.26º | 0.89% | 0.36% | - |
| HSV(B) | 59.26º | 0.94% | 0.67% | - |
| XYZ | 31.44 | 37.54 | 5.88 | - |
| YUV | 152.36 | 47.66 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 170 | 10 | 0 | 0.01 | 0.94 | 0.33 | 59.26 | 0.89 | 0.36 |
| Hex | AC | AA | A | 0 | 1 | 5E | 21 | 3B | 59 | 24 |
| Octal | 254 | 252 | 12 | 0 | 1 | 136 | 41 | 73 | 131 | 44 |
| Binary | 10101100 | 10101010 | 1010 | 0 | 1 | 1011110 | 100001 | 111011 | 1011001 | 100100 |
Color Harmonies of #ACAA0A
Complementary color
Monochromatic Colors of #ACAA0A
Black with #ACAA0A
Text Example
Text Example
White with #ACAA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAA0A; }
p { color: rgb(172,170,10); }
H1.HeaderClassName
{
color: #ACAA0A;
}
.AnyTagClassName
{
color: #ACAA0A;
}
</style>
background-color css
<style>
a { background-color: #ACAA0A; }
a { background-color: rgb(172,170,10); }
div.DivClassName
{
background-color: #ACAA0A;
}
.BgClassName
{
background-color: #ACAA0A;
}
</style>
border-color css
<style>
span { border-color: #ACAA0A; }
span { border-color: rgb(172,170,10); }
td.TdClassName
{
border-color: #ACAA0A;
}
.TagClassName
{
border-color: #ACAA0A;
}
</style>