Shades of Celery #AAB645
Tints of Celery #AAB645
RGB
CMYK
RGB Variations
Color information
#AAB645 (or 0xAAB645) is known color: Celery. HEX triplet: AA, B6 and 45. RGB value is (170,182,69). Sum of RGB (Red+Green+Blue) = 170+182+69=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 182 (71.48% from 255 or 43.23% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB645 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB645 is #5549BA. Grayscale: #A5A5A5. Windows color (decimal): -5589435 or 4568746. OLE color: 4568746.
HSL color Cylindrical-coordinate representation of color #AAB645: hue angle of 66.37º 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 #AAB645 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 69 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.29 |
| HSL | 66.37º | 0.45% | 0.49% | - |
| HSV(B) | 66.37º | 0.62% | 0.71% | - |
| XYZ | 34.38 | 42.43 | 12.01 | - |
| YUV | 165.53 | 73.52 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 69 | 0.07 | 0 | 0.62 | 0.29 | 66.37 | 0.45 | 0.49 |
| Hex | AA | B6 | 45 | 7 | 0 | 3E | 1D | 42 | 2D | 31 |
| Octal | 252 | 266 | 105 | 7 | 0 | 76 | 35 | 102 | 55 | 61 |
| Binary | 10101010 | 10110110 | 1000101 | 111 | 0 | 111110 | 11101 | 1000010 | 101101 | 110001 |
Color Harmonies of #AAB645
Complementary color
Monochromatic Colors of #AAB645
Black with #AAB645
Text Example
Text Example
White with #AAB645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB645; }
p { color: rgb(170,182,69); }
H1.HeaderClassName
{
color: #AAB645;
}
.AnyTagClassName
{
color: #AAB645;
}
</style>
background-color css
<style>
a { background-color: #AAB645; }
a { background-color: rgb(170,182,69); }
div.DivClassName
{
background-color: #AAB645;
}
.BgClassName
{
background-color: #AAB645;
}
</style>
border-color css
<style>
span { border-color: #AAB645; }
span { border-color: rgb(170,182,69); }
td.TdClassName
{
border-color: #AAB645;
}
.TagClassName
{
border-color: #AAB645;
}
</style>