Shades of Celery #AAB735
Tints of Celery #AAB735
RGB
CMYK
RGB Variations
Color information
#AAB735 (or 0xAAB735) is known color: Celery. HEX triplet: AA, B7 and 35. RGB value is (170,183,53). Sum of RGB (Red+Green+Blue) = 170+183+53=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 53 (21.09% from 255 or 13.05% from 406); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB735 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB735 is #5548CA. Grayscale: #A4A4A4. Windows color (decimal): -5589195 or 3520426. OLE color: 3520426.
HSL color Cylindrical-coordinate representation of color #AAB735: hue angle of 66º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAB735 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 53 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.28 |
| HSL | 66º | 0.55% | 0.46% | - |
| HSV(B) | 66º | 0.71% | 0.72% | - |
| XYZ | 34.15 | 42.67 | 9.8 | - |
| YUV | 164.29 | 65.19 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 53 | 0.07 | 0 | 0.71 | 0.28 | 66 | 0.55 | 0.46 |
| Hex | AA | B7 | 35 | 7 | 0 | 47 | 1C | 42 | 37 | 2E |
| Octal | 252 | 267 | 65 | 7 | 0 | 107 | 34 | 102 | 67 | 56 |
| Binary | 10101010 | 10110111 | 110101 | 111 | 0 | 1000111 | 11100 | 1000010 | 110111 | 101110 |
Color Harmonies of #AAB735
Complementary color
Monochromatic Colors of #AAB735
Black with #AAB735
Text Example
Text Example
White with #AAB735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB735; }
p { color: rgb(170,183,53); }
H1.HeaderClassName
{
color: #AAB735;
}
.AnyTagClassName
{
color: #AAB735;
}
</style>
background-color css
<style>
a { background-color: #AAB735; }
a { background-color: rgb(170,183,53); }
div.DivClassName
{
background-color: #AAB735;
}
.BgClassName
{
background-color: #AAB735;
}
</style>
border-color css
<style>
span { border-color: #AAB735; }
span { border-color: rgb(170,183,53); }
td.TdClassName
{
border-color: #AAB735;
}
.TagClassName
{
border-color: #AAB735;
}
</style>