Shades of Celery #AAB749
Tints of Celery #AAB749
RGB
CMYK
RGB Variations
Color information
#AAB749 (or 0xAAB749) is known color: Celery. HEX triplet: AA, B7 and 49. RGB value is (170,183,73). Sum of RGB (Red+Green+Blue) = 170+183+73=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 183 (71.88% from 255 or 42.96% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB749 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB749 is #5548B6. Grayscale: #A7A7A7. Windows color (decimal): -5589175 or 4831146. OLE color: 4831146.
HSL color Cylindrical-coordinate representation of color #AAB749: hue angle of 67.09º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAB749 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 73 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.28 |
| HSL | 67.09º | 0.43% | 0.5% | - |
| HSV(B) | 67.09º | 0.6% | 0.72% | - |
| XYZ | 34.71 | 42.89 | 12.75 | - |
| YUV | 166.57 | 75.19 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 73 | 0.07 | 0 | 0.60 | 0.28 | 67.09 | 0.43 | 0.5 |
| Hex | AA | B7 | 49 | 7 | 0 | 3C | 1C | 43 | 2B | 32 |
| Octal | 252 | 267 | 111 | 7 | 0 | 74 | 34 | 103 | 53 | 62 |
| Binary | 10101010 | 10110111 | 1001001 | 111 | 0 | 111100 | 11100 | 1000011 | 101011 | 110010 |
Color Harmonies of #AAB749
Complementary color
Monochromatic Colors of #AAB749
Black with #AAB749
Text Example
Text Example
White with #AAB749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB749; }
p { color: rgb(170,183,73); }
H1.HeaderClassName
{
color: #AAB749;
}
.AnyTagClassName
{
color: #AAB749;
}
</style>
background-color css
<style>
a { background-color: #AAB749; }
a { background-color: rgb(170,183,73); }
div.DivClassName
{
background-color: #AAB749;
}
.BgClassName
{
background-color: #AAB749;
}
</style>
border-color css
<style>
span { border-color: #AAB749; }
span { border-color: rgb(170,183,73); }
td.TdClassName
{
border-color: #AAB749;
}
.TagClassName
{
border-color: #AAB749;
}
</style>