Shades of Citrus #A0AE09
Tints of Citrus #A0AE09
RGB
CMYK
RGB Variations
Color information
#A0AE09 (or 0xA0AE09) is known color: Citrus. HEX triplet: A0, AE and 09. RGB value is (160,174,9). Sum of RGB (Red+Green+Blue) = 160+174+9=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 174 (68.36% from 255 or 50.73% from 343); Blue value is 9 (3.91% from 255 or 2.62% from 343); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AE09 is #5F51F6. Grayscale: #979797. Windows color (decimal): -6246903 or 634528. OLE color: 634528.
HSL color Cylindrical-coordinate representation of color #A0AE09: hue angle of 65.09º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0AE09 is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 174 | 9 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.32 |
| HSL | 65.09º | 0.9% | 0.36% | - |
| HSV(B) | 65.09º | 0.95% | 0.68% | - |
| XYZ | 29.68 | 37.77 | 5.98 | - |
| YUV | 151 | 47.86 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 174 | 9 | 0.08 | 0 | 0.95 | 0.32 | 65.09 | 0.9 | 0.36 |
| Hex | A0 | AE | 9 | 8 | 0 | 5F | 20 | 41 | 5A | 24 |
| Octal | 240 | 256 | 11 | 10 | 0 | 137 | 40 | 101 | 132 | 44 |
| Binary | 10100000 | 10101110 | 1001 | 1000 | 0 | 1011111 | 100000 | 1000001 | 1011010 | 100100 |
Color Harmonies of #A0AE09
Complementary color
Monochromatic Colors of #A0AE09
Black with #A0AE09
Text Example
Text Example
White with #A0AE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AE09; }
p { color: rgb(160,174,9); }
H1.HeaderClassName
{
color: #A0AE09;
}
.AnyTagClassName
{
color: #A0AE09;
}
</style>
background-color css
<style>
a { background-color: #A0AE09; }
a { background-color: rgb(160,174,9); }
div.DivClassName
{
background-color: #A0AE09;
}
.BgClassName
{
background-color: #A0AE09;
}
</style>
border-color css
<style>
span { border-color: #A0AE09; }
span { border-color: rgb(160,174,9); }
td.TdClassName
{
border-color: #A0AE09;
}
.TagClassName
{
border-color: #A0AE09;
}
</style>