#AFAD85

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

Shades of Neutral Green #AFAD85

Tints of Neutral Green #AFAD85

Color information

#AFAD85 (or 0xAFAD85) is unknown color: approx Neutral Green. HEX triplet: AF, AD and 85. RGB value is (175,173,133). Sum of RGB (Red+Green+Blue) = 175+173+133=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAD85 is #50527A. Grayscale: #A9A9A9. Windows color (decimal): -5263995 or 8760751. OLE color: 8760751.

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

Color convert

RGB175173133-
CMYK00.010.240.31
HSL57.14º20.79%60.39%-
HSV(B)57.14º24%68.63%-
XYZ36.8640.6928.1-
YUV169.04107.66132.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.38%
GREEN value IS 173 (67.97% from 255) = 35.97%
BLUE value IS 133 (52.34% from 255) = 27.65%
R=36.38%
G=35.97%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517313300.010.240.3157.1420.7960.39
HexAFAD8501181F39153c
Octal257255205013037712574
Binary10101111101011011000010101110001111111100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD85; }

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

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

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

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

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

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

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

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