Shades of Celery #AAB545
Tints of Celery #AAB545
RGB
CMYK
RGB Variations
Color information
#AAB545 (or 0xAAB545) is known color: Celery. HEX triplet: AA, B5 and 45. RGB value is (170,181,69). Sum of RGB (Red+Green+Blue) = 170+181+69=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB545 is #554ABA. Grayscale: #A5A5A5. Windows color (decimal): -5589691 or 4568490. OLE color: 4568490.
HSL color Cylindrical-coordinate representation of color #AAB545: hue angle of 65.89º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAB545 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 69 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.29 |
| HSL | 65.89º | 0.45% | 0.49% | - |
| HSV(B) | 65.89º | 0.62% | 0.71% | - |
| XYZ | 34.18 | 42.02 | 11.94 | - |
| YUV | 164.94 | 73.86 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 69 | 0.06 | 0 | 0.62 | 0.29 | 65.89 | 0.45 | 0.49 |
| Hex | AA | B5 | 45 | 6 | 0 | 3E | 1D | 42 | 2D | 31 |
| Octal | 252 | 265 | 105 | 6 | 0 | 76 | 35 | 102 | 55 | 61 |
| Binary | 10101010 | 10110101 | 1000101 | 110 | 0 | 111110 | 11101 | 1000010 | 101101 | 110001 |
Color Harmonies of #AAB545
Complementary color
Monochromatic Colors of #AAB545
Black with #AAB545
Text Example
Text Example
White with #AAB545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB545; }
p { color: rgb(170,181,69); }
H1.HeaderClassName
{
color: #AAB545;
}
.AnyTagClassName
{
color: #AAB545;
}
</style>
background-color css
<style>
a { background-color: #AAB545; }
a { background-color: rgb(170,181,69); }
div.DivClassName
{
background-color: #AAB545;
}
.BgClassName
{
background-color: #AAB545;
}
</style>
border-color css
<style>
span { border-color: #AAB545; }
span { border-color: rgb(170,181,69); }
td.TdClassName
{
border-color: #AAB545;
}
.TagClassName
{
border-color: #AAB545;
}
</style>