Html Css Color HEX #A57586 Tapestry

📋 copy color: '#A57586'

red 165 ◦ green 117 ◦ blue 134

#A57586
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #A57586

Tints of Tapestry #A57586

RGB

 RED value IS 165 (64.84% from 255) = 39.66%

 GREEN value IS 117 (46.09% from 255) = 28.13%

 BLUE value IS 134 (52.73% from 255) = 32.21%

R = 39.66%
G = 28.13%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A57586 (or 0xA57586) is known color: Tapestry. HEX triplet: A5, 75 and 86. RGB value is (165,117,134). Sum of RGB (Red+Green+Blue) = 165+117+134=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A57586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57586 is #5A8A79. Grayscale: #858585. Windows color (decimal): -5933690 or 8811941. OLE color: 8811941.

HSL color Cylindrical-coordinate representation of color #A57586: hue angle of 338.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A57586 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 117 134 -
CMYK 0 0.29 0.19 0.35
HSL 338.75º 0.21% 0.55% -
HSV(B) 338.75º 0.29% 0.65% -
XYZ 26.18 22.44 25.51 -
YUV 133.29 128.4 150.62 -
System Red Green Blue C M Y K H S L
Decimal 165 117 134 0 0.29 0.19 0.35 338.75 0.21 0.55
Hex A5 75 86 0 1D 13 23 153 15 37
Octal 245 165 206 0 35 23 43 523 25 67
Binary 10100101 1110101 10000110 0 11101 10011 100011 101010011 10101 110111

Color Harmonies of #A57586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57586

Black with #A57586

Text Example


Text Example

White with #A57586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57586; }

 p { color: rgb(165,117,134); }

 H1.HeaderClassName
 {
   color: #A57586;
 }
 .AnyTagClassName
 {
   color: #A57586;
 }
</style>

background-color css

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

 a { background-color: rgb(165,117,134); }

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

border-color css

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

 span { border-color: rgb(165,117,134); }

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