#AF868D

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

Shades of Tapestry #AF868D

Tints of Tapestry #AF868D

Color information

#AF868D (or 0xAF868D) is unknown color: approx Tapestry. HEX triplet: AF, 86 and 8D. RGB value is (175,134,141). Sum of RGB (Red+Green+Blue) = 175+134+141=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF868D is #507972. Grayscale: #939393. Windows color (decimal): -5273971 or 9275055. OLE color: 9275055.

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

Color convert

RGB175134141-
CMYK00.230.190.31
HSL349.76º20.4%60.59%-
HSV(B)349.76º23.43%68.63%-
XYZ31.0128.0928.99-
YUV147.06124.58147.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 134 (52.73% from 255) = 29.78%
BLUE value IS 141 (55.47% from 255) = 31.33%
R=38.89%
G=29.78%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513414100.230.190.31349.7620.460.59
HexAF868D017131F15e143d
Octal25720621502723375362475
Binary101011111000011010001101010111100111111110101111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF868D; }

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

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

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

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

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

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

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

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