Shades of Citrus #ACA800
Tints of Citrus #ACA800
RGB
CMYK
RGB Variations
Color information
#ACA800 (or 0xACA800) is known color: Citrus. HEX triplet: AC, A8 and 00. RGB value is (172,168,0). Sum of RGB (Red+Green+Blue) = 172+168+0=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 168 (66.02% from 255 or 49.41% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA800 is #5357FF. Grayscale: #969696. Windows color (decimal): -5462016 or 43180. OLE color: 43180.
HSL color Cylindrical-coordinate representation of color #ACA800: hue angle of 58.6º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACA800 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 168 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.33 |
| HSL | 58.6º | 1% | 0.34% | - |
| HSV(B) | 58.6º | 1% | 0.67% | - |
| XYZ | 31.02 | 36.78 | 5.46 | - |
| YUV | 150.04 | 43.33 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 168 | 0 | 0 | 0.02 | 1 | 0.33 | 58.6 | 1 | 0.34 |
| Hex | AC | A8 | 0 | 0 | 2 | 64 | 21 | 3B | 64 | 22 |
| Octal | 254 | 250 | 0 | 0 | 2 | 144 | 41 | 73 | 144 | 42 |
| Binary | 10101100 | 10101000 | 0 | 0 | 10 | 1100100 | 100001 | 111011 | 1100100 | 100010 |
Color Harmonies of #ACA800
Complementary color
Monochromatic Colors of #ACA800
Black with #ACA800
Text Example
Text Example
White with #ACA800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA800; }
p { color: rgb(172,168,0); }
H1.HeaderClassName
{
color: #ACA800;
}
.AnyTagClassName
{
color: #ACA800;
}
</style>
background-color css
<style>
a { background-color: #ACA800; }
a { background-color: rgb(172,168,0); }
div.DivClassName
{
background-color: #ACA800;
}
.BgClassName
{
background-color: #ACA800;
}
</style>
border-color css
<style>
span { border-color: #ACA800; }
span { border-color: rgb(172,168,0); }
td.TdClassName
{
border-color: #ACA800;
}
.TagClassName
{
border-color: #ACA800;
}
</style>