#AFAA84

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

Shades of Neutral Green #AFAA84

Tints of Neutral Green #AFAA84

Color information

#AFAA84 (or 0xAFAA84) is unknown color: approx Neutral Green. HEX triplet: AF, AA and 84. RGB value is (175,170,132). Sum of RGB (Red+Green+Blue) = 175+170+132=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAA84 is #50557B. Grayscale: #A7A7A7. Windows color (decimal): -5264764 or 8694447. OLE color: 8694447.

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

Color convert

RGB175170132-
CMYK00.030.250.31
HSL53.02º21.18%60.2%-
HSV(B)53.02º24.57%68.63%-
XYZ36.2239.5327.55-
YUV167.16108.16133.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.69%
GREEN value IS 170 (66.80% from 255) = 35.64%
BLUE value IS 132 (51.95% from 255) = 27.67%
R=36.69%
G=35.64%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517013200.030.250.3153.0221.1860.2
HexAFAA8403191F35153c
Octal257252204033137652574
Binary101011111010101010000100011110011111111010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA84; }

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

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

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

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

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

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

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

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