Shades of Citrus #A8AC07
Tints of Citrus #A8AC07
RGB
CMYK
RGB Variations
Color information
#A8AC07 (or 0xA8AC07) is known color: Citrus. HEX triplet: A8, AC and 07. RGB value is (168,172,7). Sum of RGB (Red+Green+Blue) = 168+172+7=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 7 (3.12% from 255 or 2.02% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AC07 is #5753F8. Grayscale: #989898. Windows color (decimal): -5723129 or 502952. OLE color: 502952.
HSL color Cylindrical-coordinate representation of color #A8AC07: hue angle of 61.45º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8AC07 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 7 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.33 |
| HSL | 61.45º | 0.92% | 0.35% | - |
| HSV(B) | 61.45º | 0.96% | 0.67% | - |
| XYZ | 30.94 | 37.85 | 5.88 | - |
| YUV | 151.99 | 46.17 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 7 | 0.02 | 0 | 0.96 | 0.33 | 61.45 | 0.92 | 0.35 |
| Hex | A8 | AC | 7 | 2 | 0 | 60 | 21 | 3D | 5C | 23 |
| Octal | 250 | 254 | 7 | 2 | 0 | 140 | 41 | 75 | 134 | 43 |
| Binary | 10101000 | 10101100 | 111 | 10 | 0 | 1100000 | 100001 | 111101 | 1011100 | 100011 |
Color Harmonies of #A8AC07
Complementary color
Monochromatic Colors of #A8AC07
Black with #A8AC07
Text Example
Text Example
White with #A8AC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC07; }
p { color: rgb(168,172,7); }
H1.HeaderClassName
{
color: #A8AC07;
}
.AnyTagClassName
{
color: #A8AC07;
}
</style>
background-color css
<style>
a { background-color: #A8AC07; }
a { background-color: rgb(168,172,7); }
div.DivClassName
{
background-color: #A8AC07;
}
.BgClassName
{
background-color: #A8AC07;
}
</style>
border-color css
<style>
span { border-color: #A8AC07; }
span { border-color: rgb(168,172,7); }
td.TdClassName
{
border-color: #A8AC07;
}
.TagClassName
{
border-color: #A8AC07;
}
</style>