#AF7883

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

Shades of Tapestry #AF7883

Tints of Tapestry #AF7883

Color information

#AF7883 (or 0xAF7883) is unknown color: approx Tapestry. HEX triplet: AF, 78 and 83. RGB value is (175,120,131). Sum of RGB (Red+Green+Blue) = 175+120+131=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7883 is #50877C. Grayscale: #898989. Windows color (decimal): -5277565 or 8616111. OLE color: 8616111.

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

Color convert

RGB175120131-
CMYK00.310.250.31
HSL348º25.58%57.84%-
HSV(B)348º31.43%68.63%-
XYZ28.4924.1924.64-
YUV137.7124.22154.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 120 (47.27% from 255) = 28.17%
BLUE value IS 131 (51.56% from 255) = 30.75%
R=41.08%
G=28.17%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512013100.310.250.3134825.5857.84
HexAF788301F191F15c1a3a
Octal25717020303731375343272
Binary10101111111100010000011011111110011111110101110011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7883; }

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

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

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

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

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

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

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

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