#AF8688

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

Shades of Tapestry #AF8688

Tints of Tapestry #AF8688

Color information

#AF8688 (or 0xAF8688) is unknown color: approx Tapestry. HEX triplet: AF, 86 and 88. RGB value is (175,134,136). Sum of RGB (Red+Green+Blue) = 175+134+136=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8688 is #507977. Grayscale: #929292. Windows color (decimal): -5273976 or 8947375. OLE color: 8947375.

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

Color convert

RGB175134136-
CMYK00.230.220.31
HSL357.07º20.4%60.59%-
HSV(B)357.07º23.43%68.63%-
XYZ30.6527.9427.07-
YUV146.49122.08148.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.33%
GREEN value IS 134 (52.73% from 255) = 30.11%
BLUE value IS 136 (53.52% from 255) = 30.56%
R=39.33%
G=30.11%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513413600.230.220.31357.0720.460.59
HexAF8688017161F165143d
Octal25720621002726375452475
Binary101011111000011010001000010111101101111110110010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8688; }

 p { color: rgb(175,134,136); }

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

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

 a { background-color: rgb(175,134,136); }

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

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

 span { border-color: rgb(175,134,136); }

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