#AF637F

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

Shades of Tapestry #AF637F

Tints of Tapestry #AF637F

Color information

#AF637F (or 0xAF637F) is unknown color: approx Tapestry. HEX triplet: AF, 63 and 7F. RGB value is (175,99,127). Sum of RGB (Red+Green+Blue) = 175+99+127=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF637F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF637F is #509C80. Grayscale: #7C7C7C. Windows color (decimal): -5282945 or 8348591. OLE color: 8348591.

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

Color convert

RGB17599127-
CMYK00.430.270.31
HSL337.89º32.2%53.73%-
HSV(B)337.89º43.43%68.63%-
XYZ25.9719.5722.49-
YUV124.92129.18163.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 99 (39.06% from 255) = 24.69%
BLUE value IS 127 (50% from 255) = 31.67%
R=43.64%
G=24.69%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759912700.430.270.31337.8932.253.73
HexAF637F02B1B1F1522036
Octal25714317705333375224066
Binary101011111100011111111101010111101111111101010010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF637F; }

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

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

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

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

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

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

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

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