#AFAE7D

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

Shades of Neutral Green #AFAE7D

Tints of Neutral Green #AFAE7D

Color information

#AFAE7D (or 0xAFAE7D) is unknown color: approx Neutral Green. HEX triplet: AF, AE and 7D. RGB value is (175,174,125). Sum of RGB (Red+Green+Blue) = 175+174+125=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE7D is #505182. Grayscale: #A8A8A8. Windows color (decimal): -5263747 or 8236719. OLE color: 8236719.

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

Color convert

RGB175174125-
CMYK00.010.290.31
HSL58.8º23.81%58.82%-
HSV(B)58.8º28.57%68.63%-
XYZ36.5240.8725.37-
YUV168.71103.33132.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 174 (68.36% from 255) = 36.71%
BLUE value IS 125 (49.22% from 255) = 26.37%
R=36.92%
G=36.71%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517412500.010.290.3158.823.8158.82
HexAFAE7D011D1F3b183b
Octal257256175013537733073
Binary1010111110101110111110101111011111111101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE7D; }

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

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

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

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

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

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

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

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