#AFAD81

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

Shades of Neutral Green #AFAD81

Tints of Neutral Green #AFAD81

Color information

#AFAD81 (or 0xAFAD81) is unknown color: approx Neutral Green. HEX triplet: AF, AD and 81. RGB value is (175,173,129). Sum of RGB (Red+Green+Blue) = 175+173+129=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAD81 is #50527E. Grayscale: #A8A8A8. Windows color (decimal): -5263999 or 8498607. OLE color: 8498607.

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

Color convert

RGB175173129-
CMYK00.010.260.31
HSL57.39º22.33%59.61%-
HSV(B)57.39º26.29%68.63%-
XYZ36.5940.5926.67-
YUV168.58105.66132.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.69%
GREEN value IS 173 (67.97% from 255) = 36.27%
BLUE value IS 129 (50.78% from 255) = 27.04%
R=36.69%
G=36.27%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517312900.010.260.3157.3922.3359.61
HexAFAD81011A1F39163c
Octal257255201013237712674
Binary10101111101011011000000101110101111111100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD81; }

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

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

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

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

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

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

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

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