#A85F7A

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

Shades of Tapestry #A85F7A

Tints of Tapestry #A85F7A

Color information

#A85F7A (or 0xA85F7A) is unknown color: approx Tapestry. HEX triplet: A8, 5F and 7A. RGB value is (168,95,122). Sum of RGB (Red+Green+Blue) = 168+95+122=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85F7A is #57A085. Grayscale: #777777. Windows color (decimal): -5742726 or 8019880. OLE color: 8019880.

HSL color Cylindrical-coordinate representation of color #A85F7A: hue angle of 337.81º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A85F7A is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB16895122-
CMYK00.430.270.34
HSL337.81º29.55%51.57%-
HSV(B)337.81º43.45%65.88%-
XYZ23.7517.9120.62-
YUV119.9129.18162.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.64%
GREEN value IS 95 (37.5% from 255) = 24.68%
BLUE value IS 122 (48.05% from 255) = 31.69%
R=43.64%
G=24.68%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689512200.430.270.34337.8129.5551.57
HexA85F7A02B1B221521e34
Octal25013717205333425223664
Binary101010001011111111101001010111101110001010101001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85F7A; }

 p { color: rgb(168,95,122); }

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

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

 a { background-color: rgb(168,95,122); }

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

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

 span { border-color: rgb(168,95,122); }

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