Shades of Citrus #ACA805
Tints of Citrus #ACA805
RGB
CMYK
RGB Variations
Color information
#ACA805 (or 0xACA805) is known color: Citrus. HEX triplet: AC, A8 and 05. RGB value is (172,168,5). Sum of RGB (Red+Green+Blue) = 172+168+5=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 168 (66.02% from 255 or 48.70% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA805 is #5357FA. Grayscale: #979797. Windows color (decimal): -5462011 or 370860. OLE color: 370860.
HSL color Cylindrical-coordinate representation of color #ACA805: hue angle of 58.56º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACA805 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 168 | 5 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.33 |
| HSL | 58.56º | 0.94% | 0.35% | - |
| HSV(B) | 58.56º | 0.97% | 0.67% | - |
| XYZ | 31.04 | 36.79 | 5.61 | - |
| YUV | 150.61 | 45.83 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 168 | 5 | 0 | 0.02 | 0.97 | 0.33 | 58.56 | 0.94 | 0.35 |
| Hex | AC | A8 | 5 | 0 | 2 | 61 | 21 | 3B | 5E | 23 |
| Octal | 254 | 250 | 5 | 0 | 2 | 141 | 41 | 73 | 136 | 43 |
| Binary | 10101100 | 10101000 | 101 | 0 | 10 | 1100001 | 100001 | 111011 | 1011110 | 100011 |
Color Harmonies of #ACA805
Complementary color
Monochromatic Colors of #ACA805
Black with #ACA805
Text Example
Text Example
White with #ACA805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA805; }
p { color: rgb(172,168,5); }
H1.HeaderClassName
{
color: #ACA805;
}
.AnyTagClassName
{
color: #ACA805;
}
</style>
background-color css
<style>
a { background-color: #ACA805; }
a { background-color: rgb(172,168,5); }
div.DivClassName
{
background-color: #ACA805;
}
.BgClassName
{
background-color: #ACA805;
}
</style>
border-color css
<style>
span { border-color: #ACA805; }
span { border-color: rgb(172,168,5); }
td.TdClassName
{
border-color: #ACA805;
}
.TagClassName
{
border-color: #ACA805;
}
</style>