Shades of Celery #AAB341
Tints of Celery #AAB341
RGB
CMYK
RGB Variations
Color information
#AAB341 (or 0xAAB341) is known color: Celery. HEX triplet: AA, B3 and 41. RGB value is (170,179,65). Sum of RGB (Red+Green+Blue) = 170+179+65=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB341 is #554CBE. Grayscale: #A3A3A3. Windows color (decimal): -5590207 or 4305834. OLE color: 4305834.
HSL color Cylindrical-coordinate representation of color #AAB341: hue angle of 64.74º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAB341 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 65 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.30 |
| HSL | 64.74º | 0.47% | 0.48% | - |
| HSV(B) | 64.74º | 0.64% | 0.7% | - |
| XYZ | 33.65 | 41.17 | 11.17 | - |
| YUV | 163.31 | 72.52 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 65 | 0.05 | 0 | 0.64 | 0.30 | 64.74 | 0.47 | 0.48 |
| Hex | AA | B3 | 41 | 5 | 0 | 40 | 1E | 41 | 2F | 30 |
| Octal | 252 | 263 | 101 | 5 | 0 | 100 | 36 | 101 | 57 | 60 |
| Binary | 10101010 | 10110011 | 1000001 | 101 | 0 | 1000000 | 11110 | 1000001 | 101111 | 110000 |
Color Harmonies of #AAB341
Complementary color
Monochromatic Colors of #AAB341
Black with #AAB341
Text Example
Text Example
White with #AAB341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB341; }
p { color: rgb(170,179,65); }
H1.HeaderClassName
{
color: #AAB341;
}
.AnyTagClassName
{
color: #AAB341;
}
</style>
background-color css
<style>
a { background-color: #AAB341; }
a { background-color: rgb(170,179,65); }
div.DivClassName
{
background-color: #AAB341;
}
.BgClassName
{
background-color: #AAB341;
}
</style>
border-color css
<style>
span { border-color: #AAB341; }
span { border-color: rgb(170,179,65); }
td.TdClassName
{
border-color: #AAB341;
}
.TagClassName
{
border-color: #AAB341;
}
</style>