Shades of Celery #AAB447
Tints of Celery #AAB447
RGB
CMYK
RGB Variations
Color information
#AAB447 (or 0xAAB447) is known color: Celery. HEX triplet: AA, B4 and 47. RGB value is (170,180,71). Sum of RGB (Red+Green+Blue) = 170+180+71=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 71 (28.12% from 255 or 16.86% from 421); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB447 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB447 is #554BB8. Grayscale: #A5A5A5. Windows color (decimal): -5589945 or 4699306. OLE color: 4699306.
HSL color Cylindrical-coordinate representation of color #AAB447: hue angle of 65.5º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAB447 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 71 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.29 |
| HSL | 65.5º | 0.43% | 0.49% | - |
| HSV(B) | 65.5º | 0.61% | 0.71% | - |
| XYZ | 34.04 | 41.64 | 12.21 | - |
| YUV | 164.58 | 75.19 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 71 | 0.06 | 0 | 0.61 | 0.29 | 65.5 | 0.43 | 0.49 |
| Hex | AA | B4 | 47 | 6 | 0 | 3D | 1D | 42 | 2B | 31 |
| Octal | 252 | 264 | 107 | 6 | 0 | 75 | 35 | 102 | 53 | 61 |
| Binary | 10101010 | 10110100 | 1000111 | 110 | 0 | 111101 | 11101 | 1000010 | 101011 | 110001 |
Color Harmonies of #AAB447
Complementary color
Monochromatic Colors of #AAB447
Black with #AAB447
Text Example
Text Example
White with #AAB447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB447; }
p { color: rgb(170,180,71); }
H1.HeaderClassName
{
color: #AAB447;
}
.AnyTagClassName
{
color: #AAB447;
}
</style>
background-color css
<style>
a { background-color: #AAB447; }
a { background-color: rgb(170,180,71); }
div.DivClassName
{
background-color: #AAB447;
}
.BgClassName
{
background-color: #AAB447;
}
</style>
border-color css
<style>
span { border-color: #AAB447; }
span { border-color: rgb(170,180,71); }
td.TdClassName
{
border-color: #AAB447;
}
.TagClassName
{
border-color: #AAB447;
}
</style>