#AF868A

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

Shades of Tapestry #AF868A

Tints of Tapestry #AF868A

Color information

#AF868A (or 0xAF868A) is unknown color: approx Tapestry. HEX triplet: AF, 86 and 8A. RGB value is (175,134,138). Sum of RGB (Red+Green+Blue) = 175+134+138=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF868A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF868A is #507975. Grayscale: #929292. Windows color (decimal): -5273974 or 9078447. OLE color: 9078447.

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

Color convert

RGB175134138-
CMYK00.230.210.31
HSL354.15º20.4%60.59%-
HSV(B)354.15º23.43%68.63%-
XYZ30.792827.83-
YUV146.72123.08148.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 134 (52.73% from 255) = 29.98%
BLUE value IS 138 (54.30% from 255) = 30.87%
R=39.15%
G=29.98%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513413800.230.210.31354.1520.460.59
HexAF868A017151F162143d
Octal25720621202725375422475
Binary101011111000011010001010010111101011111110110001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF868A; }

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

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

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

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

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

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

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

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