Shades of Citrus #A8AE0C
Tints of Citrus #A8AE0C
RGB
CMYK
RGB Variations
Color information
#A8AE0C (or 0xA8AE0C) is known color: Citrus. HEX triplet: A8, AE and 0C. RGB value is (168,174,12). Sum of RGB (Red+Green+Blue) = 168+174+12=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 174 (68.36% from 255 or 49.15% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AE0C is #5751F3. Grayscale: #9A9A9A. Windows color (decimal): -5722612 or 831144. OLE color: 831144.
HSL color Cylindrical-coordinate representation of color #A8AE0C: hue angle of 62.22º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8AE0C is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 12 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.32 |
| HSL | 62.22º | 0.87% | 0.36% | - |
| HSV(B) | 62.22º | 0.93% | 0.68% | - |
| XYZ | 31.35 | 38.62 | 6.15 | - |
| YUV | 153.74 | 48.01 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 12 | 0.03 | 0 | 0.93 | 0.32 | 62.22 | 0.87 | 0.36 |
| Hex | A8 | AE | C | 3 | 0 | 5D | 20 | 3E | 57 | 24 |
| Octal | 250 | 256 | 14 | 3 | 0 | 135 | 40 | 76 | 127 | 44 |
| Binary | 10101000 | 10101110 | 1100 | 11 | 0 | 1011101 | 100000 | 111110 | 1010111 | 100100 |
Color Harmonies of #A8AE0C
Complementary color
Monochromatic Colors of #A8AE0C
Black with #A8AE0C
Text Example
Text Example
White with #A8AE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE0C; }
p { color: rgb(168,174,12); }
H1.HeaderClassName
{
color: #A8AE0C;
}
.AnyTagClassName
{
color: #A8AE0C;
}
</style>
background-color css
<style>
a { background-color: #A8AE0C; }
a { background-color: rgb(168,174,12); }
div.DivClassName
{
background-color: #A8AE0C;
}
.BgClassName
{
background-color: #A8AE0C;
}
</style>
border-color css
<style>
span { border-color: #A8AE0C; }
span { border-color: rgb(168,174,12); }
td.TdClassName
{
border-color: #A8AE0C;
}
.TagClassName
{
border-color: #A8AE0C;
}
</style>