#AF6A85

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

Shades of Tapestry #AF6A85

Tints of Tapestry #AF6A85

Color information

#AF6A85 (or 0xAF6A85) is unknown color: approx Tapestry. HEX triplet: AF, 6A and 85. RGB value is (175,106,133). Sum of RGB (Red+Green+Blue) = 175+106+133=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6A85 is #50957A. Grayscale: #818181. Windows color (decimal): -5281147 or 8743599. OLE color: 8743599.

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

Color convert

RGB175106133-
CMYK00.390.240.31
HSL336.52º30.13%55.1%-
HSV(B)336.52º39.43%68.63%-
XYZ27.0721.1224.84-
YUV129.71129.86160.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 106 (41.80% from 255) = 25.60%
BLUE value IS 133 (52.34% from 255) = 32.13%
R=42.27%
G=25.60%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510613300.390.240.31336.5230.1355.1
HexAF6A85027181F1511e37
Octal25715220504730375213667
Binary101011111101010100001010100111110001111110101000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A85; }

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

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

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

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

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

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

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

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