#AAB249

Color #AAB249 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #AAB249

Tints of Celery #AAB249

Color information

#AAB249 (or 0xAAB249) is unknown color: approx Celery. HEX triplet: AA, B2 and 49. RGB value is (170,178,73). Sum of RGB (Red+Green+Blue) = 170+178+73=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 73 (28.91% from 255 or 17.34% from 421); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB249 is #554DB6. Grayscale: #A4A4A4. Windows color (decimal): -5590455 or 4829866. OLE color: 4829866.

HSL color Cylindrical-coordinate representation of color #AAB249: hue angle of 64.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAB249 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB17017873-
CMYK0.0400.590.30
HSL64.57º41.83%49.22%-
HSV(B)64.57º58.99%69.8%-
XYZ33.740.8712.42-
YUV163.6476.85132.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 40.38%
GREEN value IS 178 (69.92% from 255) = 42.28%
BLUE value IS 73 (28.91% from 255) = 17.34%
R=40.38%
G=42.28%
B=17.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal170178730.0400.590.3064.5741.8349.22
HexAAB249403B1E412a31
Octal2522621114073361015261
Binary101010101011001010010011000111011111101000001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB249; }

 p { color: rgb(170,178,73); }

 H1.HeaderClassName
 {
   color: #AAB249;
 }
 .AnyTagClassName
 {
   color: #AAB249;
 }
</style>
background-color css

<style>
 a { background-color: #AAB249; }

 a { background-color: rgb(170,178,73); }

 div.DivClassName
 {
   background-color: #AAB249;
 }
 .BgClassName
 {
   background-color: #AAB249;
 }
</style>
border-color css

<style>
 span { border-color: #AAB249; }

 span { border-color: rgb(170,178,73); }

 td.TdClassName
 {
   border-color: #AAB249;
 }
 .TagClassName
 {
   border-color: #AAB249;
 }
</style>