Shades of Celery #AAB141
Tints of Celery #AAB141
RGB
CMYK
RGB Variations
Color information
#AAB141 (or 0xAAB141) is known color: Celery. HEX triplet: AA, B1 and 41. RGB value is (170,177,65). Sum of RGB (Red+Green+Blue) = 170+177+65=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB141 is #554EBE. Grayscale: #A2A2A2. Windows color (decimal): -5590719 or 4305322. OLE color: 4305322.
HSL color Cylindrical-coordinate representation of color #AAB141: hue angle of 63.75º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAB141 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 65 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.31 |
| HSL | 63.75º | 0.46% | 0.47% | - |
| HSV(B) | 63.75º | 0.63% | 0.69% | - |
| XYZ | 33.25 | 40.37 | 11.04 | - |
| YUV | 162.14 | 73.18 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 65 | 0.04 | 0 | 0.63 | 0.31 | 63.75 | 0.46 | 0.47 |
| Hex | AA | B1 | 41 | 4 | 0 | 3F | 1F | 40 | 2E | 2F |
| Octal | 252 | 261 | 101 | 4 | 0 | 77 | 37 | 100 | 56 | 57 |
| Binary | 10101010 | 10110001 | 1000001 | 100 | 0 | 111111 | 11111 | 1000000 | 101110 | 101111 |
Color Harmonies of #AAB141
Complementary color
Monochromatic Colors of #AAB141
Black with #AAB141
Text Example
Text Example
White with #AAB141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB141; }
p { color: rgb(170,177,65); }
H1.HeaderClassName
{
color: #AAB141;
}
.AnyTagClassName
{
color: #AAB141;
}
</style>
background-color css
<style>
a { background-color: #AAB141; }
a { background-color: rgb(170,177,65); }
div.DivClassName
{
background-color: #AAB141;
}
.BgClassName
{
background-color: #AAB141;
}
</style>
border-color css
<style>
span { border-color: #AAB141; }
span { border-color: rgb(170,177,65); }
td.TdClassName
{
border-color: #AAB141;
}
.TagClassName
{
border-color: #AAB141;
}
</style>