#AFA785

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

Shades of Neutral Green #AFA785

Tints of Neutral Green #AFA785

Color information

#AFA785 (or 0xAFA785) is unknown color: approx Neutral Green. HEX triplet: AF, A7 and 85. RGB value is (175,167,133). Sum of RGB (Red+Green+Blue) = 175+167+133=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA785 is #50587A. Grayscale: #A5A5A5. Windows color (decimal): -5265531 or 8759215. OLE color: 8759215.

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

Color convert

RGB175167133-
CMYK00.050.240.31
HSL48.57º20.79%60.39%-
HSV(B)48.57º24%68.63%-
XYZ35.7338.4427.73-
YUV165.52109.65134.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 167 (65.62% from 255) = 35.16%
BLUE value IS 133 (52.34% from 255) = 28%
R=36.84%
G=35.16%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516713300.050.240.3148.5720.7960.39
HexAFA78505181F31153c
Octal257247205053037612574
Binary1010111110100111100001010101110001111111000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA785; }

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

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

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

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

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

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

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

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