Shades of Celery #A1AE3E
Tints of Celery #A1AE3E
RGB
CMYK
RGB Variations
Color information
#A1AE3E (or 0xA1AE3E) is known color: Celery. HEX triplet: A1, AE and 3E. RGB value is (161,174,62). Sum of RGB (Red+Green+Blue) = 161+174+62=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AE3E is #5E51C1. Grayscale: #9D9D9D. Windows color (decimal): -6181314 or 4107937. OLE color: 4107937.
HSL color Cylindrical-coordinate representation of color #A1AE3E: hue angle of 66.96º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1AE3E is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 174 | 62 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.32 |
| HSL | 66.96º | 0.47% | 0.46% | - |
| HSV(B) | 66.96º | 0.64% | 0.68% | - |
| XYZ | 30.7 | 38.2 | 10.31 | - |
| YUV | 157.35 | 74.19 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 174 | 62 | 0.07 | 0 | 0.64 | 0.32 | 66.96 | 0.47 | 0.46 |
| Hex | A1 | AE | 3E | 7 | 0 | 40 | 20 | 43 | 2F | 2E |
| Octal | 241 | 256 | 76 | 7 | 0 | 100 | 40 | 103 | 57 | 56 |
| Binary | 10100001 | 10101110 | 111110 | 111 | 0 | 1000000 | 100000 | 1000011 | 101111 | 101110 |
Color Harmonies of #A1AE3E
Complementary color
Monochromatic Colors of #A1AE3E
Black with #A1AE3E
Text Example
Text Example
White with #A1AE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AE3E; }
p { color: rgb(161,174,62); }
H1.HeaderClassName
{
color: #A1AE3E;
}
.AnyTagClassName
{
color: #A1AE3E;
}
</style>
background-color css
<style>
a { background-color: #A1AE3E; }
a { background-color: rgb(161,174,62); }
div.DivClassName
{
background-color: #A1AE3E;
}
.BgClassName
{
background-color: #A1AE3E;
}
</style>
border-color css
<style>
span { border-color: #A1AE3E; }
span { border-color: rgb(161,174,62); }
td.TdClassName
{
border-color: #A1AE3E;
}
.TagClassName
{
border-color: #A1AE3E;
}
</style>