#AF637A

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

Shades of Tapestry #AF637A

Tints of Tapestry #AF637A

Color information

#AF637A (or 0xAF637A) is unknown color: approx Tapestry. HEX triplet: AF, 63 and 7A. RGB value is (175,99,122). Sum of RGB (Red+Green+Blue) = 175+99+122=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF637A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF637A is #509C85. Grayscale: #7C7C7C. Windows color (decimal): -5282950 or 8020911. OLE color: 8020911.

HSL color Cylindrical-coordinate representation of color #AF637A: hue angle of 341.84º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF637A is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB17599122-
CMYK00.430.300.31
HSL341.84º32.2%53.73%-
HSV(B)341.84º43.43%68.63%-
XYZ25.6519.4420.81-
YUV124.35126.68164.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.19%
GREEN value IS 99 (39.06% from 255) = 25%
BLUE value IS 122 (48.05% from 255) = 30.81%
R=44.19%
G=25%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759912200.430.300.31341.8432.253.73
HexAF637A02B1E1F1562036
Octal25714317205336375264066
Binary101011111100011111101001010111111011111101010110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF637A; }

 p { color: rgb(175,99,122); }

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

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

 a { background-color: rgb(175,99,122); }

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

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

 span { border-color: rgb(175,99,122); }

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