#AFAC82

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

Shades of Neutral Green #AFAC82

Tints of Neutral Green #AFAC82

Color information

#AFAC82 (or 0xAFAC82) is unknown color: approx Neutral Green. HEX triplet: AF, AC and 82. RGB value is (175,172,130). Sum of RGB (Red+Green+Blue) = 175+172+130=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAC82 is #50537D. Grayscale: #A8A8A8. Windows color (decimal): -5264254 or 8563887. OLE color: 8563887.

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

Color convert

RGB175172130-
CMYK00.020.260.31
HSL56º21.95%59.8%-
HSV(B)56º25.71%68.63%-
XYZ36.4640.2326.96-
YUV168.11106.49132.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.69%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 130 (51.17% from 255) = 27.25%
R=36.69%
G=36.06%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517213000.020.260.315621.9559.8
HexAFAC82021A1F38163c
Octal257254202023237702674
Binary101011111010110010000010010110101111111100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC82; }

 p { color: rgb(175,172,130); }

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

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

 a { background-color: rgb(175,172,130); }

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

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

 span { border-color: rgb(175,172,130); }

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