Html Css Color HEX #A57384 Tapestry

📋 copy color: '#A57384'

red 165 ◦ green 115 ◦ blue 132

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

Shades of Tapestry #A57384

Tints of Tapestry #A57384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.91%

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

R = 40.05%
G = 27.91%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A57384 (or 0xA57384) is known color: Tapestry. HEX triplet: A5, 73 and 84. RGB value is (165,115,132). Sum of RGB (Red+Green+Blue) = 165+115+132=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A57384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57384 is #5A8C7B. Grayscale: #838383. Windows color (decimal): -5934204 or 8680357. OLE color: 8680357.

HSL color Cylindrical-coordinate representation of color #A57384: hue angle of 339.6º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A57384 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 115 132 -
CMYK 0 0.30 0.20 0.35
HSL 339.6º 0.22% 0.55% -
HSV(B) 339.6º 0.3% 0.65% -
XYZ 25.81 21.93 24.7 -
YUV 131.89 128.07 151.62 -
System Red Green Blue C M Y K H S L
Decimal 165 115 132 0 0.30 0.20 0.35 339.6 0.22 0.55
Hex A5 73 84 0 1E 14 23 154 16 37
Octal 245 163 204 0 36 24 43 524 26 67
Binary 10100101 1110011 10000100 0 11110 10100 100011 101010100 10110 110111

Color Harmonies of #A57384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57384

Black with #A57384

Text Example


Text Example

White with #A57384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57384; }

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

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

background-color css

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

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

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

border-color css

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

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

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