#AFA97D

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

Shades of Neutral Green #AFA97D

Tints of Neutral Green #AFA97D

Color information

#AFA97D (or 0xAFA97D) is unknown color: approx Neutral Green. HEX triplet: AF, A9 and 7D. RGB value is (175,169,125). Sum of RGB (Red+Green+Blue) = 175+169+125=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA97D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA97D is #505682. Grayscale: #A5A5A5. Windows color (decimal): -5265027 or 8235439. OLE color: 8235439.

HSL color Cylindrical-coordinate representation of color #AFA97D: hue angle of 52.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 #AFA97D is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB175169125-
CMYK00.030.290.31
HSL52.8º23.81%58.82%-
HSV(B)52.8º28.57%68.63%-
XYZ35.5738.9725.05-
YUV165.78104.99134.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.31%
GREEN value IS 169 (66.41% from 255) = 36.03%
BLUE value IS 125 (49.22% from 255) = 26.65%
R=37.31%
G=36.03%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516912500.030.290.3152.823.8158.82
HexAFA97D031D1F35183b
Octal257251175033537653073
Binary10101111101010011111101011111011111111010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA97D; }

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

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

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

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

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

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

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

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