#AF6F83

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

Shades of Tapestry #AF6F83

Tints of Tapestry #AF6F83

Color information

#AF6F83 (or 0xAF6F83) is unknown color: approx Tapestry. HEX triplet: AF, 6F and 83. RGB value is (175,111,131). Sum of RGB (Red+Green+Blue) = 175+111+131=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6F83 is #50907C. Grayscale: #848484. Windows color (decimal): -5279869 or 8613807. OLE color: 8613807.

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

Color convert

RGB175111131-
CMYK00.370.250.31
HSL341.25º28.57%56.08%-
HSV(B)341.25º36.57%68.63%-
XYZ27.4622.1224.3-
YUV132.42127.2158.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 111 (43.75% from 255) = 26.62%
BLUE value IS 131 (51.56% from 255) = 31.41%
R=41.97%
G=26.62%
B=31.41%

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
Decimal17511113100.370.250.31341.2528.5756.08
HexAF6F83025191F1551d38
Octal25715720304531375253570
Binary101011111101111100000110100101110011111110101010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6F83; }

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

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

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

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

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

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

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

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