Shades of Celery #AAB73A
Tints of Celery #AAB73A
RGB
CMYK
RGB Variations
Color information
#AAB73A (or 0xAAB73A) is known color: Celery. HEX triplet: AA, B7 and 3A. RGB value is (170,183,58). Sum of RGB (Red+Green+Blue) = 170+183+58=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 58 (23.05% from 255 or 14.11% from 411); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB73A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB73A is #5548C5. Grayscale: #A5A5A5. Windows color (decimal): -5589190 or 3848106. OLE color: 3848106.
HSL color Cylindrical-coordinate representation of color #AAB73A: hue angle of 66.24º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAB73A is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 58 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.28 |
| HSL | 66.24º | 0.52% | 0.47% | - |
| HSV(B) | 66.24º | 0.68% | 0.72% | - |
| XYZ | 34.27 | 42.72 | 10.44 | - |
| YUV | 164.86 | 67.69 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 58 | 0.07 | 0 | 0.68 | 0.28 | 66.24 | 0.52 | 0.47 |
| Hex | AA | B7 | 3A | 7 | 0 | 44 | 1C | 42 | 34 | 2F |
| Octal | 252 | 267 | 72 | 7 | 0 | 104 | 34 | 102 | 64 | 57 |
| Binary | 10101010 | 10110111 | 111010 | 111 | 0 | 1000100 | 11100 | 1000010 | 110100 | 101111 |
Color Harmonies of #AAB73A
Complementary color
Monochromatic Colors of #AAB73A
Black with #AAB73A
Text Example
Text Example
White with #AAB73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB73A; }
p { color: rgb(170,183,58); }
H1.HeaderClassName
{
color: #AAB73A;
}
.AnyTagClassName
{
color: #AAB73A;
}
</style>
background-color css
<style>
a { background-color: #AAB73A; }
a { background-color: rgb(170,183,58); }
div.DivClassName
{
background-color: #AAB73A;
}
.BgClassName
{
background-color: #AAB73A;
}
</style>
border-color css
<style>
span { border-color: #AAB73A; }
span { border-color: rgb(170,183,58); }
td.TdClassName
{
border-color: #AAB73A;
}
.TagClassName
{
border-color: #AAB73A;
}
</style>