Shades of Citrus #ACAB0D
Tints of Citrus #ACAB0D
RGB
CMYK
RGB Variations
Color information
#ACAB0D (or 0xACAB0D) is known color: Citrus. HEX triplet: AC, AB and 0D. RGB value is (172,171,13). Sum of RGB (Red+Green+Blue) = 172+171+13=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAB0D is #5354F2. Grayscale: #999999. Windows color (decimal): -5461235 or 895916. OLE color: 895916.
HSL color Cylindrical-coordinate representation of color #ACAB0D: hue angle of 59.62º 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 #ACAB0D is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 171 | 13 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.33 |
| HSL | 59.62º | 0.86% | 0.36% | - |
| HSV(B) | 59.62º | 0.92% | 0.67% | - |
| XYZ | 31.65 | 37.93 | 6.03 | - |
| YUV | 153.29 | 48.83 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 13 | 0 | 0.01 | 0.92 | 0.33 | 59.62 | 0.86 | 0.36 |
| Hex | AC | AB | D | 0 | 1 | 5C | 21 | 3C | 56 | 24 |
| Octal | 254 | 253 | 15 | 0 | 1 | 134 | 41 | 74 | 126 | 44 |
| Binary | 10101100 | 10101011 | 1101 | 0 | 1 | 1011100 | 100001 | 111100 | 1010110 | 100100 |
Color Harmonies of #ACAB0D
Complementary color
Monochromatic Colors of #ACAB0D
Black with #ACAB0D
Text Example
Text Example
White with #ACAB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAB0D; }
p { color: rgb(172,171,13); }
H1.HeaderClassName
{
color: #ACAB0D;
}
.AnyTagClassName
{
color: #ACAB0D;
}
</style>
background-color css
<style>
a { background-color: #ACAB0D; }
a { background-color: rgb(172,171,13); }
div.DivClassName
{
background-color: #ACAB0D;
}
.BgClassName
{
background-color: #ACAB0D;
}
</style>
border-color css
<style>
span { border-color: #ACAB0D; }
span { border-color: rgb(172,171,13); }
td.TdClassName
{
border-color: #ACAB0D;
}
.TagClassName
{
border-color: #ACAB0D;
}
</style>