Shades of Celery #AAB542
Tints of Celery #AAB542
RGB
CMYK
RGB Variations
Color information
#AAB542 (or 0xAAB542) is known color: Celery. HEX triplet: AA, B5 and 42. RGB value is (170,181,66). Sum of RGB (Red+Green+Blue) = 170+181+66=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB542 is #554ABD. Grayscale: #A5A5A5. Windows color (decimal): -5589694 or 4371882. OLE color: 4371882.
HSL color Cylindrical-coordinate representation of color #AAB542: hue angle of 65.74º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAB542 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 66 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.29 |
| HSL | 65.74º | 0.47% | 0.48% | - |
| HSV(B) | 65.74º | 0.64% | 0.71% | - |
| XYZ | 34.08 | 41.99 | 11.46 | - |
| YUV | 164.6 | 72.36 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 66 | 0.06 | 0 | 0.64 | 0.29 | 65.74 | 0.47 | 0.48 |
| Hex | AA | B5 | 42 | 6 | 0 | 40 | 1D | 42 | 2F | 30 |
| Octal | 252 | 265 | 102 | 6 | 0 | 100 | 35 | 102 | 57 | 60 |
| Binary | 10101010 | 10110101 | 1000010 | 110 | 0 | 1000000 | 11101 | 1000010 | 101111 | 110000 |
Color Harmonies of #AAB542
Complementary color
Monochromatic Colors of #AAB542
Black with #AAB542
Text Example
Text Example
White with #AAB542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB542; }
p { color: rgb(170,181,66); }
H1.HeaderClassName
{
color: #AAB542;
}
.AnyTagClassName
{
color: #AAB542;
}
</style>
background-color css
<style>
a { background-color: #AAB542; }
a { background-color: rgb(170,181,66); }
div.DivClassName
{
background-color: #AAB542;
}
.BgClassName
{
background-color: #AAB542;
}
</style>
border-color css
<style>
span { border-color: #AAB542; }
span { border-color: rgb(170,181,66); }
td.TdClassName
{
border-color: #AAB542;
}
.TagClassName
{
border-color: #AAB542;
}
</style>