#AF838E

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

Shades of Tapestry #AF838E

Tints of Tapestry #AF838E

Color information

#AF838E (or 0xAF838E) is unknown color: approx Tapestry. HEX triplet: AF, 83 and 8E. RGB value is (175,131,142). Sum of RGB (Red+Green+Blue) = 175+131+142=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF838E is #507C71. Grayscale: #919191. Windows color (decimal): -5274738 or 9339823. OLE color: 9339823.

HSL color Cylindrical-coordinate representation of color #AF838E: hue angle of 345º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF838E is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB175131142-
CMYK00.250.190.31
HSL345º21.57%60%-
HSV(B)345º25.14%68.63%-
XYZ30.6827.329.24-
YUV145.41126.08149.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 131 (51.56% from 255) = 29.24%
BLUE value IS 142 (55.86% from 255) = 31.70%
R=39.06%
G=29.24%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513114200.250.190.3134521.5760
HexAF838E019131F159163c
Octal25720321603123375312674
Binary101011111000001110001110011001100111111110101100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF838E; }

 p { color: rgb(175,131,142); }

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

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

 a { background-color: rgb(175,131,142); }

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

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

 span { border-color: rgb(175,131,142); }

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