#AFAE7A

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

Shades of Neutral Green #AFAE7A

Tints of Neutral Green #AFAE7A

Color information

#AFAE7A (or 0xAFAE7A) is unknown color: approx Neutral Green. HEX triplet: AF, AE and 7A. RGB value is (175,174,122). Sum of RGB (Red+Green+Blue) = 175+174+122=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE7A is #505185. Grayscale: #A8A8A8. Windows color (decimal): -5263750 or 8040111. OLE color: 8040111.

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

Color convert

RGB175174122-
CMYK00.010.300.31
HSL58.87º24.88%58.24%-
HSV(B)58.87º30.29%68.63%-
XYZ36.3340.7924.37-
YUV168.37101.83132.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.15%
GREEN value IS 174 (68.36% from 255) = 36.94%
BLUE value IS 122 (48.05% from 255) = 25.90%
R=37.15%
G=36.94%
B=25.90%

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
Decimal17517412200.010.300.3158.8724.8858.24
HexAFAE7A011E1F3b193a
Octal257256172013637733172
Binary1010111110101110111101001111101111111101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE7A; }

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

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

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

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

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

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

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

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