#AF6D7D

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

Shades of Tapestry #AF6D7D

Tints of Tapestry #AF6D7D

Color information

#AF6D7D (or 0xAF6D7D) is unknown color: approx Tapestry. HEX triplet: AF, 6D and 7D. RGB value is (175,109,125). Sum of RGB (Red+Green+Blue) = 175+109+125=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6D7D is #509282. Grayscale: #828282. Windows color (decimal): -5280387 or 8220079. OLE color: 8220079.

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

Color convert

RGB175109125-
CMYK00.380.290.31
HSL345.45º29.2%55.69%-
HSV(B)345.45º37.71%68.63%-
XYZ26.8521.5322.14-
YUV130.56124.87159.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.79%
GREEN value IS 109 (42.97% from 255) = 26.65%
BLUE value IS 125 (49.22% from 255) = 30.56%
R=42.79%
G=26.65%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510912500.380.290.31345.4529.255.69
HexAF6D7D0261D1F1591d38
Octal25715517504635375313570
Binary10101111110110111111010100110111011111110101100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6D7D; }

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

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

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

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

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

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

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

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