Shades of Celery #AAB652
Tints of Celery #AAB652
RGB
CMYK
RGB Variations
Color information
#AAB652 (or 0xAAB652) is known color: Celery. HEX triplet: AA, B6 and 52. RGB value is (170,182,82). Sum of RGB (Red+Green+Blue) = 170+182+82=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB652 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB652 is #5549AD. Grayscale: #A7A7A7. Windows color (decimal): -5589422 or 5420714. OLE color: 5420714.
HSL color Cylindrical-coordinate representation of color #AAB652: hue angle of 67.2º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAB652 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 82 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.29 |
| HSL | 67.2º | 0.41% | 0.52% | - |
| HSV(B) | 67.2º | 0.55% | 0.71% | - |
| XYZ | 34.83 | 42.61 | 14.37 | - |
| YUV | 167.01 | 80.02 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 82 | 0.07 | 0 | 0.55 | 0.29 | 67.2 | 0.41 | 0.52 |
| Hex | AA | B6 | 52 | 7 | 0 | 37 | 1D | 43 | 29 | 34 |
| Octal | 252 | 266 | 122 | 7 | 0 | 67 | 35 | 103 | 51 | 64 |
| Binary | 10101010 | 10110110 | 1010010 | 111 | 0 | 110111 | 11101 | 1000011 | 101001 | 110100 |
Color Harmonies of #AAB652
Complementary color
Monochromatic Colors of #AAB652
Black with #AAB652
Text Example
Text Example
White with #AAB652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB652; }
p { color: rgb(170,182,82); }
H1.HeaderClassName
{
color: #AAB652;
}
.AnyTagClassName
{
color: #AAB652;
}
</style>
background-color css
<style>
a { background-color: #AAB652; }
a { background-color: rgb(170,182,82); }
div.DivClassName
{
background-color: #AAB652;
}
.BgClassName
{
background-color: #AAB652;
}
</style>
border-color css
<style>
span { border-color: #AAB652; }
span { border-color: rgb(170,182,82); }
td.TdClassName
{
border-color: #AAB652;
}
.TagClassName
{
border-color: #AAB652;
}
</style>