Shades of Citrus #A8AC10
Tints of Citrus #A8AC10
RGB
CMYK
RGB Variations
Color information
#A8AC10 (or 0xA8AC10) is known color: Citrus. HEX triplet: A8, AC and 10. RGB value is (168,172,16). Sum of RGB (Red+Green+Blue) = 168+172+16=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AC10 is #5753EF. Grayscale: #999999. Windows color (decimal): -5723120 or 1092776. OLE color: 1092776.
HSL color Cylindrical-coordinate representation of color #A8AC10: hue angle of 61.54º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8AC10 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 16 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.33 |
| HSL | 61.54º | 0.83% | 0.37% | - |
| HSV(B) | 61.54º | 0.91% | 0.67% | - |
| XYZ | 30.99 | 37.87 | 6.17 | - |
| YUV | 153.02 | 50.67 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 16 | 0.02 | 0 | 0.91 | 0.33 | 61.54 | 0.83 | 0.37 |
| Hex | A8 | AC | 10 | 2 | 0 | 5B | 21 | 3E | 53 | 25 |
| Octal | 250 | 254 | 20 | 2 | 0 | 133 | 41 | 76 | 123 | 45 |
| Binary | 10101000 | 10101100 | 10000 | 10 | 0 | 1011011 | 100001 | 111110 | 1010011 | 100101 |
Color Harmonies of #A8AC10
Complementary color
Monochromatic Colors of #A8AC10
Black with #A8AC10
Text Example
Text Example
White with #A8AC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC10; }
p { color: rgb(168,172,16); }
H1.HeaderClassName
{
color: #A8AC10;
}
.AnyTagClassName
{
color: #A8AC10;
}
</style>
background-color css
<style>
a { background-color: #A8AC10; }
a { background-color: rgb(168,172,16); }
div.DivClassName
{
background-color: #A8AC10;
}
.BgClassName
{
background-color: #A8AC10;
}
</style>
border-color css
<style>
span { border-color: #A8AC10; }
span { border-color: rgb(168,172,16); }
td.TdClassName
{
border-color: #A8AC10;
}
.TagClassName
{
border-color: #A8AC10;
}
</style>