#AF6F84

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

Shades of Tapestry #AF6F84

Tints of Tapestry #AF6F84

Color information

#AF6F84 (or 0xAF6F84) is unknown color: approx Tapestry. HEX triplet: AF, 6F and 84. RGB value is (175,111,132). Sum of RGB (Red+Green+Blue) = 175+111+132=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6F84 is #50907B. Grayscale: #848484. Windows color (decimal): -5279868 or 8679343. OLE color: 8679343.

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

Color convert

RGB175111132-
CMYK00.370.250.31
HSL340.31º28.57%56.08%-
HSV(B)340.31º36.57%68.63%-
XYZ27.5322.1524.65-
YUV132.53127.7158.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.87%
GREEN value IS 111 (43.75% from 255) = 26.56%
BLUE value IS 132 (51.95% from 255) = 31.58%
R=41.87%
G=26.56%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511113200.370.250.31340.3128.5756.08
HexAF6F84025191F1541d38
Octal25715720404531375243570
Binary101011111101111100001000100101110011111110101010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6F84; }

 p { color: rgb(175,111,132); }

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

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

 a { background-color: rgb(175,111,132); }

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

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

 span { border-color: rgb(175,111,132); }

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