#AFAE7B

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

Shades of Neutral Green #AFAE7B

Tints of Neutral Green #AFAE7B

Color information

#AFAE7B (or 0xAFAE7B) is unknown color: approx Neutral Green. HEX triplet: AF, AE and 7B. RGB value is (175,174,123). Sum of RGB (Red+Green+Blue) = 175+174+123=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE7B is #505184. Grayscale: #A8A8A8. Windows color (decimal): -5263749 or 8105647. OLE color: 8105647.

HSL color Cylindrical-coordinate representation of color #AFAE7B: hue angle of 58.85º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFAE7B is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB175174123-
CMYK00.010.300.31
HSL58.85º24.53%58.43%-
HSV(B)58.85º29.71%68.63%-
XYZ36.3940.8224.7-
YUV168.48102.33132.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 174 (68.36% from 255) = 36.86%
BLUE value IS 123 (48.44% from 255) = 26.06%
R=37.08%
G=36.86%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517412300.010.300.3158.8524.5358.43
HexAFAE7B011E1F3b193a
Octal257256173013637733172
Binary1010111110101110111101101111101111111101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE7B; }

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

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

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

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

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

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

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

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