#AF617D

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

Shades of Tapestry #AF617D

Tints of Tapestry #AF617D

Color information

#AF617D (or 0xAF617D) is unknown color: approx Tapestry. HEX triplet: AF, 61 and 7D. RGB value is (175,97,125). Sum of RGB (Red+Green+Blue) = 175+97+125=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF617D is #509E82. Grayscale: #7B7B7B. Windows color (decimal): -5283459 or 8217007. OLE color: 8217007.

HSL color Cylindrical-coordinate representation of color #AF617D: hue angle of 338.46º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF617D is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB17597125-
CMYK00.450.290.31
HSL338.46º32.77%53.33%-
HSV(B)338.46º44.57%68.63%-
XYZ25.6619.1421.75-
YUV123.51128.84164.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 97 (38.28% from 255) = 24.43%
BLUE value IS 125 (49.22% from 255) = 31.49%
R=44.08%
G=24.43%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759712500.450.290.31338.4632.7753.33
HexAF617D02D1D1F1522135
Octal25714117505535375224165
Binary101011111100001111110101011011110111111101010010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF617D; }

 p { color: rgb(175,97,125); }

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

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

 a { background-color: rgb(175,97,125); }

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

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

 span { border-color: rgb(175,97,125); }

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