Shades of Citrus #AEA800
Tints of Citrus #AEA800
RGB
CMYK
RGB Variations
Color information
#AEA800 (or 0xAEA800) is known color: Citrus. HEX triplet: AE, A8 and 00. RGB value is (174,168,0). Sum of RGB (Red+Green+Blue) = 174+168+0=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 168 (66.02% from 255 or 49.12% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA800 is #5157FF. Grayscale: #979797. Windows color (decimal): -5330944 or 43182. OLE color: 43182.
HSL color Cylindrical-coordinate representation of color #AEA800: hue angle of 57.93º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AEA800 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 168 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.32 |
| HSL | 57.93º | 1% | 0.34% | - |
| HSV(B) | 57.93º | 1% | 0.68% | - |
| XYZ | 31.46 | 37 | 5.48 | - |
| YUV | 150.64 | 42.99 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 0 | 0 | 0.03 | 1 | 0.32 | 57.93 | 1 | 0.34 |
| Hex | AE | A8 | 0 | 0 | 3 | 64 | 20 | 3A | 64 | 22 |
| Octal | 256 | 250 | 0 | 0 | 3 | 144 | 40 | 72 | 144 | 42 |
| Binary | 10101110 | 10101000 | 0 | 0 | 11 | 1100100 | 100000 | 111010 | 1100100 | 100010 |
Color Harmonies of #AEA800
Complementary color
Monochromatic Colors of #AEA800
Black with #AEA800
Text Example
Text Example
White with #AEA800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA800; }
p { color: rgb(174,168,0); }
H1.HeaderClassName
{
color: #AEA800;
}
.AnyTagClassName
{
color: #AEA800;
}
</style>
background-color css
<style>
a { background-color: #AEA800; }
a { background-color: rgb(174,168,0); }
div.DivClassName
{
background-color: #AEA800;
}
.BgClassName
{
background-color: #AEA800;
}
</style>
border-color css
<style>
span { border-color: #AEA800; }
span { border-color: rgb(174,168,0); }
td.TdClassName
{
border-color: #AEA800;
}
.TagClassName
{
border-color: #AEA800;
}
</style>