Shades of Citrus #ACAB0A
Tints of Citrus #ACAB0A
RGB
CMYK
RGB Variations
Color information
#ACAB0A (or 0xACAB0A) is known color: Citrus. HEX triplet: AC, AB and 0A. RGB value is (172,171,10). Sum of RGB (Red+Green+Blue) = 172+171+10=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAB0A is #5354F5. Grayscale: #999999. Windows color (decimal): -5461238 or 699308. OLE color: 699308.
HSL color Cylindrical-coordinate representation of color #ACAB0A: hue angle of 59.63º 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 #ACAB0A is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 171 | 10 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.33 |
| HSL | 59.63º | 0.89% | 0.36% | - |
| HSV(B) | 59.63º | 0.94% | 0.67% | - |
| XYZ | 31.63 | 37.92 | 5.94 | - |
| YUV | 152.95 | 47.33 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 10 | 0 | 0.01 | 0.94 | 0.33 | 59.63 | 0.89 | 0.36 |
| Hex | AC | AB | A | 0 | 1 | 5E | 21 | 3C | 59 | 24 |
| Octal | 254 | 253 | 12 | 0 | 1 | 136 | 41 | 74 | 131 | 44 |
| Binary | 10101100 | 10101011 | 1010 | 0 | 1 | 1011110 | 100001 | 111100 | 1011001 | 100100 |
Color Harmonies of #ACAB0A
Complementary color
Monochromatic Colors of #ACAB0A
Black with #ACAB0A
Text Example
Text Example
White with #ACAB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAB0A; }
p { color: rgb(172,171,10); }
H1.HeaderClassName
{
color: #ACAB0A;
}
.AnyTagClassName
{
color: #ACAB0A;
}
</style>
background-color css
<style>
a { background-color: #ACAB0A; }
a { background-color: rgb(172,171,10); }
div.DivClassName
{
background-color: #ACAB0A;
}
.BgClassName
{
background-color: #ACAB0A;
}
</style>
border-color css
<style>
span { border-color: #ACAB0A; }
span { border-color: rgb(172,171,10); }
td.TdClassName
{
border-color: #ACAB0A;
}
.TagClassName
{
border-color: #ACAB0A;
}
</style>