Html Css Color HEX #A57584 Tapestry

📋 copy color: '#A57584'

red 165 ◦ green 117 ◦ blue 132

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

Shades of Tapestry #A57584

Tints of Tapestry #A57584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.88%

R = 39.86%
G = 28.26%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A57584 (or 0xA57584) is known color: Tapestry. HEX triplet: A5, 75 and 84. RGB value is (165,117,132). Sum of RGB (Red+Green+Blue) = 165+117+132=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A57584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57584 is #5A8A7B. Grayscale: #858585. Windows color (decimal): -5933692 or 8680869. OLE color: 8680869.

HSL color Cylindrical-coordinate representation of color #A57584: hue angle of 341.25º 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 #A57584 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 117 132 -
CMYK 0 0.29 0.20 0.35
HSL 341.25º 0.21% 0.55% -
HSV(B) 341.25º 0.29% 0.65% -
XYZ 26.04 22.39 24.78 -
YUV 133.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 165 117 132 0 0.29 0.20 0.35 341.25 0.21 0.55
Hex A5 75 84 0 1D 14 23 155 15 37
Octal 245 165 204 0 35 24 43 525 25 67
Binary 10100101 1110101 10000100 0 11101 10100 100011 101010101 10101 110111

Color Harmonies of #A57584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57584

Black with #A57584

Text Example


Text Example

White with #A57584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57584; }

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

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

background-color css

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

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

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

border-color css

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

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

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