#AF7183

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

Shades of Tapestry #AF7183

Tints of Tapestry #AF7183

Color information

#AF7183 (or 0xAF7183) is unknown color: approx Tapestry. HEX triplet: AF, 71 and 83. RGB value is (175,113,131). Sum of RGB (Red+Green+Blue) = 175+113+131=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7183 is #508E7C. Grayscale: #858585. Windows color (decimal): -5279357 or 8614319. OLE color: 8614319.

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

Color convert

RGB175113131-
CMYK00.350.250.31
HSL342.58º27.93%56.47%-
HSV(B)342.58º35.43%68.63%-
XYZ27.6822.5624.37-
YUV133.59126.54157.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 113 (44.53% from 255) = 26.97%
BLUE value IS 131 (51.56% from 255) = 31.26%
R=41.77%
G=26.97%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511313100.350.250.31342.5827.9356.47
HexAF7183023191F1571c38
Octal25716120304331375273470
Binary101011111110001100000110100011110011111110101011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7183; }

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

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

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

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

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

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

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

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