#AAAF49

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

Shades of Celery #AAAF49

Tints of Celery #AAAF49

Color information

#AAAF49 (or 0xAAAF49) is unknown color: approx Celery. HEX triplet: AA, AF and 49. RGB value is (170,175,73). Sum of RGB (Red+Green+Blue) = 170+175+73=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 73 (28.91% from 255 or 17.46% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAF49 is #5550B6. Grayscale: #A2A2A2. Windows color (decimal): -5591223 or 4829098. OLE color: 4829098.

HSL color Cylindrical-coordinate representation of color #AAAF49: hue angle of 62.94º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAAF49 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB17017573-
CMYK0.0300.580.31
HSL62.94º41.13%48.63%-
HSV(B)62.94º58.29%68.63%-
XYZ33.1139.6912.22-
YUV161.8877.84133.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 175 (68.75% from 255) = 41.87%
BLUE value IS 73 (28.91% from 255) = 17.46%
R=40.67%
G=41.87%
B=17.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170175730.0300.580.3162.9441.1348.63
HexAAAF49303A1F3f2931
Octal252257111307237775161
Binary1010101010101111100100111011101011111111111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF49; }

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

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

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

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

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

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

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

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