#AFA87B

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

Shades of Neutral Green #AFA87B

Tints of Neutral Green #AFA87B

Color information

#AFA87B (or 0xAFA87B) is unknown color: approx Neutral Green. HEX triplet: AF, A8 and 7B. RGB value is (175,168,123). Sum of RGB (Red+Green+Blue) = 175+168+123=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA87B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA87B is #505784. Grayscale: #A5A5A5. Windows color (decimal): -5265285 or 8104111. OLE color: 8104111.

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

Color convert

RGB175168123-
CMYK00.040.300.31
HSL51.92º24.53%58.43%-
HSV(B)51.92º29.71%68.63%-
XYZ35.2638.5524.32-
YUV164.96104.32135.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 168 (66.02% from 255) = 36.05%
BLUE value IS 123 (48.44% from 255) = 26.39%
R=37.55%
G=36.05%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516812300.040.300.3151.9224.5358.43
HexAFA87B041E1F34193a
Octal257250173043637643172
Binary101011111010100011110110100111101111111010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA87B; }

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

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

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

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

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

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

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

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