#AAAF4C

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

Shades of Celery #AAAF4C

Tints of Celery #AAAF4C

Color information

#AAAF4C (or 0xAAAF4C) is unknown color: approx Celery. HEX triplet: AA, AF and 4C. RGB value is (170,175,76). Sum of RGB (Red+Green+Blue) = 170+175+76=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAF4C is #5550B3. Grayscale: #A2A2A2. Windows color (decimal): -5591220 or 5025706. OLE color: 5025706.

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

Color convert

RGB17017576-
CMYK0.0300.570.31
HSL63.03º39.44%49.22%-
HSV(B)63.03º56.57%68.63%-
XYZ33.2139.7312.76-
YUV162.2279.34133.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.38%
GREEN value IS 175 (68.75% from 255) = 41.57%
BLUE value IS 76 (30.08% from 255) = 18.05%
R=40.38%
G=41.57%
B=18.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170175760.0300.570.3163.0339.4449.22
HexAAAF4C30391F3f2731
Octal252257114307137774761
Binary1010101010101111100110011011100111111111111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF4C; }

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

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

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

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

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

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

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

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