Shades of Citrus #A1AE09
Tints of Citrus #A1AE09
RGB
CMYK
RGB Variations
Color information
#A1AE09 (or 0xA1AE09) is known color: Citrus. HEX triplet: A1, AE and 09. RGB value is (161,174,9). Sum of RGB (Red+Green+Blue) = 161+174+9=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 174 (68.36% from 255 or 50.58% from 344); Blue value is 9 (3.91% from 255 or 2.62% from 344); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AE09 is #5E51F6. Grayscale: #979797. Windows color (decimal): -6181367 or 634529. OLE color: 634529.
HSL color Cylindrical-coordinate representation of color #A1AE09: hue angle of 64.73º 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 #A1AE09 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 174 | 9 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.32 |
| HSL | 64.73º | 0.9% | 0.36% | - |
| HSV(B) | 64.73º | 0.95% | 0.68% | - |
| XYZ | 29.88 | 37.87 | 5.99 | - |
| YUV | 151.3 | 47.69 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 174 | 9 | 0.07 | 0 | 0.95 | 0.32 | 64.73 | 0.9 | 0.36 |
| Hex | A1 | AE | 9 | 7 | 0 | 5F | 20 | 41 | 5A | 24 |
| Octal | 241 | 256 | 11 | 7 | 0 | 137 | 40 | 101 | 132 | 44 |
| Binary | 10100001 | 10101110 | 1001 | 111 | 0 | 1011111 | 100000 | 1000001 | 1011010 | 100100 |
Color Harmonies of #A1AE09
Complementary color
Monochromatic Colors of #A1AE09
Black with #A1AE09
Text Example
Text Example
White with #A1AE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AE09; }
p { color: rgb(161,174,9); }
H1.HeaderClassName
{
color: #A1AE09;
}
.AnyTagClassName
{
color: #A1AE09;
}
</style>
background-color css
<style>
a { background-color: #A1AE09; }
a { background-color: rgb(161,174,9); }
div.DivClassName
{
background-color: #A1AE09;
}
.BgClassName
{
background-color: #A1AE09;
}
</style>
border-color css
<style>
span { border-color: #A1AE09; }
span { border-color: rgb(161,174,9); }
td.TdClassName
{
border-color: #A1AE09;
}
.TagClassName
{
border-color: #A1AE09;
}
</style>