#AFA782

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

Shades of Neutral Green #AFA782

Tints of Neutral Green #AFA782

Color information

#AFA782 (or 0xAFA782) is unknown color: approx Neutral Green. HEX triplet: AF, A7 and 82. RGB value is (175,167,130). Sum of RGB (Red+Green+Blue) = 175+167+130=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA782 is #50587D. Grayscale: #A5A5A5. Windows color (decimal): -5265534 or 8562607. OLE color: 8562607.

HSL color Cylindrical-coordinate representation of color #AFA782: hue angle of 49.33º 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 #AFA782 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB175167130-
CMYK00.050.260.31
HSL49.33º21.95%59.8%-
HSV(B)49.33º25.71%68.63%-
XYZ35.5338.3626.65-
YUV165.17108.15135.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 167 (65.62% from 255) = 35.38%
BLUE value IS 130 (51.17% from 255) = 27.54%
R=37.08%
G=35.38%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516713000.050.260.3149.3321.9559.8
HexAFA782051A1F31163c
Octal257247202053237612674
Binary1010111110100111100000100101110101111111000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA782; }

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

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

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

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

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

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

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

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