#AF637B

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

Shades of Tapestry #AF637B

Tints of Tapestry #AF637B

Color information

#AF637B (or 0xAF637B) is unknown color: approx Tapestry. HEX triplet: AF, 63 and 7B. RGB value is (175,99,123). Sum of RGB (Red+Green+Blue) = 175+99+123=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF637B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF637B is #509C84. Grayscale: #7C7C7C. Windows color (decimal): -5282949 or 8086447. OLE color: 8086447.

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

Color convert

RGB17599123-
CMYK00.430.300.31
HSL341.05º32.2%53.73%-
HSV(B)341.05º43.43%68.63%-
XYZ25.7219.4721.14-
YUV124.46127.18164.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 99 (39.06% from 255) = 24.94%
BLUE value IS 123 (48.44% from 255) = 30.98%
R=44.08%
G=24.94%
B=30.98%

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
Decimal1759912300.430.300.31341.0532.253.73
HexAF637B02B1E1F1552036
Octal25714317305336375254066
Binary101011111100011111101101010111111011111101010101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF637B; }

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

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

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

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

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

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

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

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