#AFAE7E

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

Shades of Neutral Green #AFAE7E

Tints of Neutral Green #AFAE7E

Color information

#AFAE7E (or 0xAFAE7E) is unknown color: approx Neutral Green. HEX triplet: AF, AE and 7E. RGB value is (175,174,126). Sum of RGB (Red+Green+Blue) = 175+174+126=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE7E is #505181. Grayscale: #A9A9A9. Windows color (decimal): -5263746 or 8302255. OLE color: 8302255.

HSL color Cylindrical-coordinate representation of color #AFAE7E: hue angle of 58.78º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFAE7E is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB175174126-
CMYK00.010.280.31
HSL58.78º23.44%59.02%-
HSV(B)58.78º28%68.63%-
XYZ36.5840.8925.7-
YUV168.83103.83132.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 174 (68.36% from 255) = 36.63%
BLUE value IS 126 (49.61% from 255) = 26.53%
R=36.84%
G=36.63%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517412600.010.280.3158.7823.4459.02
HexAFAE7E011C1F3b173b
Octal257256176013437732773
Binary1010111110101110111111001111001111111101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE7E; }

 p { color: rgb(175,174,126); }

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

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

 a { background-color: rgb(175,174,126); }

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

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

 span { border-color: rgb(175,174,126); }

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