Shades of Citrus #A4AC0A
Tints of Citrus #A4AC0A
RGB
CMYK
RGB Variations
Color information
#A4AC0A (or 0xA4AC0A) is known color: Citrus. HEX triplet: A4, AC and 0A. RGB value is (164,172,10). Sum of RGB (Red+Green+Blue) = 164+172+10=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4AC0A is #5B53F5. Grayscale: #979797. Windows color (decimal): -5985270 or 699556. OLE color: 699556.
HSL color Cylindrical-coordinate representation of color #A4AC0A: hue angle of 62.96º 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 #A4AC0A is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 172 | 10 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.33 |
| HSL | 62.96º | 0.89% | 0.36% | - |
| HSV(B) | 62.96º | 0.94% | 0.67% | - |
| XYZ | 30.12 | 37.42 | 5.92 | - |
| YUV | 151.14 | 48.35 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 172 | 10 | 0.05 | 0 | 0.94 | 0.33 | 62.96 | 0.89 | 0.36 |
| Hex | A4 | AC | A | 5 | 0 | 5E | 21 | 3F | 59 | 24 |
| Octal | 244 | 254 | 12 | 5 | 0 | 136 | 41 | 77 | 131 | 44 |
| Binary | 10100100 | 10101100 | 1010 | 101 | 0 | 1011110 | 100001 | 111111 | 1011001 | 100100 |
Color Harmonies of #A4AC0A
Complementary color
Monochromatic Colors of #A4AC0A
Black with #A4AC0A
Text Example
Text Example
White with #A4AC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AC0A; }
p { color: rgb(164,172,10); }
H1.HeaderClassName
{
color: #A4AC0A;
}
.AnyTagClassName
{
color: #A4AC0A;
}
</style>
background-color css
<style>
a { background-color: #A4AC0A; }
a { background-color: rgb(164,172,10); }
div.DivClassName
{
background-color: #A4AC0A;
}
.BgClassName
{
background-color: #A4AC0A;
}
</style>
border-color css
<style>
span { border-color: #A4AC0A; }
span { border-color: rgb(164,172,10); }
td.TdClassName
{
border-color: #A4AC0A;
}
.TagClassName
{
border-color: #A4AC0A;
}
</style>