Shades of Citrus #A8AE04
Tints of Citrus #A8AE04
RGB
CMYK
RGB Variations
Color information
#A8AE04 (or 0xA8AE04) is known color: Citrus. HEX triplet: A8, AE and 04. RGB value is (168,174,4). Sum of RGB (Red+Green+Blue) = 168+174+4=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 174 (68.36% from 255 or 50.29% from 346); Blue value is 4 (1.95% from 255 or 1.16% from 346); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AE04 is #5751FB. Grayscale: #999999. Windows color (decimal): -5722620 or 306856. OLE color: 306856.
HSL color Cylindrical-coordinate representation of color #A8AE04: hue angle of 62.12º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8AE04 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 4 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.32 |
| HSL | 62.12º | 0.96% | 0.35% | - |
| HSV(B) | 62.12º | 0.98% | 0.68% | - |
| XYZ | 31.31 | 38.61 | 5.92 | - |
| YUV | 152.83 | 44.01 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 4 | 0.03 | 0 | 0.98 | 0.32 | 62.12 | 0.96 | 0.35 |
| Hex | A8 | AE | 4 | 3 | 0 | 62 | 20 | 3E | 60 | 23 |
| Octal | 250 | 256 | 4 | 3 | 0 | 142 | 40 | 76 | 140 | 43 |
| Binary | 10101000 | 10101110 | 100 | 11 | 0 | 1100010 | 100000 | 111110 | 1100000 | 100011 |
Color Harmonies of #A8AE04
Complementary color
Monochromatic Colors of #A8AE04
Black with #A8AE04
Text Example
Text Example
White with #A8AE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE04; }
p { color: rgb(168,174,4); }
H1.HeaderClassName
{
color: #A8AE04;
}
.AnyTagClassName
{
color: #A8AE04;
}
</style>
background-color css
<style>
a { background-color: #A8AE04; }
a { background-color: rgb(168,174,4); }
div.DivClassName
{
background-color: #A8AE04;
}
.BgClassName
{
background-color: #A8AE04;
}
</style>
border-color css
<style>
span { border-color: #A8AE04; }
span { border-color: rgb(168,174,4); }
td.TdClassName
{
border-color: #A8AE04;
}
.TagClassName
{
border-color: #A8AE04;
}
</style>