Shades of Citrus #A8AE0A
Tints of Citrus #A8AE0A
RGB
CMYK
RGB Variations
Color information
#A8AE0A (or 0xA8AE0A) is known color: Citrus. HEX triplet: A8, AE and 0A. RGB value is (168,174,10). Sum of RGB (Red+Green+Blue) = 168+174+10=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 174 (68.36% from 255 or 49.43% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AE0A is #5751F5. Grayscale: #9A9A9A. Windows color (decimal): -5722614 or 700072. OLE color: 700072.
HSL color Cylindrical-coordinate representation of color #A8AE0A: hue angle of 62.2º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8AE0A is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 10 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.32 |
| HSL | 62.2º | 0.89% | 0.36% | - |
| HSV(B) | 62.2º | 0.94% | 0.68% | - |
| XYZ | 31.34 | 38.62 | 6.09 | - |
| YUV | 153.51 | 47.01 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 10 | 0.03 | 0 | 0.94 | 0.32 | 62.2 | 0.89 | 0.36 |
| Hex | A8 | AE | A | 3 | 0 | 5E | 20 | 3E | 59 | 24 |
| Octal | 250 | 256 | 12 | 3 | 0 | 136 | 40 | 76 | 131 | 44 |
| Binary | 10101000 | 10101110 | 1010 | 11 | 0 | 1011110 | 100000 | 111110 | 1011001 | 100100 |
Color Harmonies of #A8AE0A
Complementary color
Monochromatic Colors of #A8AE0A
Black with #A8AE0A
Text Example
Text Example
White with #A8AE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE0A; }
p { color: rgb(168,174,10); }
H1.HeaderClassName
{
color: #A8AE0A;
}
.AnyTagClassName
{
color: #A8AE0A;
}
</style>
background-color css
<style>
a { background-color: #A8AE0A; }
a { background-color: rgb(168,174,10); }
div.DivClassName
{
background-color: #A8AE0A;
}
.BgClassName
{
background-color: #A8AE0A;
}
</style>
border-color css
<style>
span { border-color: #A8AE0A; }
span { border-color: rgb(168,174,10); }
td.TdClassName
{
border-color: #A8AE0A;
}
.TagClassName
{
border-color: #A8AE0A;
}
</style>