#AF6C85

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

Shades of Tapestry #AF6C85

Tints of Tapestry #AF6C85

Color information

#AF6C85 (or 0xAF6C85) is unknown color: approx Tapestry. HEX triplet: AF, 6C and 85. RGB value is (175,108,133). Sum of RGB (Red+Green+Blue) = 175+108+133=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6C85 is #50937A. Grayscale: #828282. Windows color (decimal): -5280635 or 8744111. OLE color: 8744111.

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

Color convert

RGB175108133-
CMYK00.380.240.31
HSL337.61º29.52%55.49%-
HSV(B)337.61º38.29%68.63%-
XYZ27.2821.5324.91-
YUV130.88129.2159.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 108 (42.58% from 255) = 25.96%
BLUE value IS 133 (52.34% from 255) = 31.97%
R=42.07%
G=25.96%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510813300.380.240.31337.6129.5255.49
HexAF6C85026181F1521e37
Octal25715420504630375223667
Binary101011111101100100001010100110110001111110101001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6C85; }

 p { color: rgb(175,108,133); }

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

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

 a { background-color: rgb(175,108,133); }

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

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

 span { border-color: rgb(175,108,133); }

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