Shades of Celery #AAB948
Tints of Celery #AAB948
RGB
CMYK
RGB Variations
Color information
#AAB948 (or 0xAAB948) is known color: Celery. HEX triplet: AA, B9 and 48. RGB value is (170,185,72). Sum of RGB (Red+Green+Blue) = 170+185+72=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB948 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB948 is #5546B7. Grayscale: #A8A8A8. Windows color (decimal): -5588664 or 4766122. OLE color: 4766122.
HSL color Cylindrical-coordinate representation of color #AAB948: hue angle of 67.96º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAB948 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 72 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.27 |
| HSL | 67.96º | 0.45% | 0.5% | - |
| HSV(B) | 67.96º | 0.61% | 0.73% | - |
| XYZ | 35.1 | 43.71 | 12.72 | - |
| YUV | 167.63 | 74.03 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 72 | 0.08 | 0 | 0.61 | 0.27 | 67.96 | 0.45 | 0.5 |
| Hex | AA | B9 | 48 | 8 | 0 | 3D | 1B | 44 | 2D | 32 |
| Octal | 252 | 271 | 110 | 10 | 0 | 75 | 33 | 104 | 55 | 62 |
| Binary | 10101010 | 10111001 | 1001000 | 1000 | 0 | 111101 | 11011 | 1000100 | 101101 | 110010 |
Color Harmonies of #AAB948
Complementary color
Monochromatic Colors of #AAB948
Black with #AAB948
Text Example
Text Example
White with #AAB948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB948; }
p { color: rgb(170,185,72); }
H1.HeaderClassName
{
color: #AAB948;
}
.AnyTagClassName
{
color: #AAB948;
}
</style>
background-color css
<style>
a { background-color: #AAB948; }
a { background-color: rgb(170,185,72); }
div.DivClassName
{
background-color: #AAB948;
}
.BgClassName
{
background-color: #AAB948;
}
</style>
border-color css
<style>
span { border-color: #AAB948; }
span { border-color: rgb(170,185,72); }
td.TdClassName
{
border-color: #AAB948;
}
.TagClassName
{
border-color: #AAB948;
}
</style>