#AFA687

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

Shades of Neutral Green #AFA687

Tints of Neutral Green #AFA687

Color information

#AFA687 (or 0xAFA687) is unknown color: approx Neutral Green. HEX triplet: AF, A6 and 87. RGB value is (175,166,135). Sum of RGB (Red+Green+Blue) = 175+166+135=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 135 (53.12% from 255 or 28.36% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA687 is #505978. Grayscale: #A5A5A5. Windows color (decimal): -5265785 or 8890031. OLE color: 8890031.

HSL color Cylindrical-coordinate representation of color #AFA687: hue angle of 46.5º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFA687 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB175166135-
CMYK00.050.230.31
HSL46.5º20%60.78%-
HSV(B)46.5º22.86%68.63%-
XYZ35.6938.1428.4-
YUV165.16110.98135.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 166 (65.23% from 255) = 34.87%
BLUE value IS 135 (53.12% from 255) = 28.36%
R=36.76%
G=34.87%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516613500.050.230.3146.52060.78
HexAFA68705171F2f143d
Octal257246207052737572475
Binary1010111110100110100001110101101111111110111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA687; }

 p { color: rgb(175,166,135); }

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

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

 a { background-color: rgb(175,166,135); }

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

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

 span { border-color: rgb(175,166,135); }

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