Html Css Color HEX #A57184 Tapestry

📋 copy color: '#A57184'

red 165 ◦ green 113 ◦ blue 132

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

Shades of Tapestry #A57184

Tints of Tapestry #A57184

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.56%

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

R = 40.24%
G = 27.56%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A57184 (or 0xA57184) is known color: Tapestry. HEX triplet: A5, 71 and 84. RGB value is (165,113,132). Sum of RGB (Red+Green+Blue) = 165+113+132=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A57184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57184 is #5A8E7B. Grayscale: #828282. Windows color (decimal): -5934716 or 8679845. OLE color: 8679845.

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

Color convert

RGB 165 113 132 -
CMYK 0 0.32 0.20 0.35
HSL 338.08º 0.22% 0.55% -
HSV(B) 338.08º 0.32% 0.65% -
XYZ 25.59 21.48 24.63 -
YUV 130.71 128.73 152.46 -
System Red Green Blue C M Y K H S L
Decimal 165 113 132 0 0.32 0.20 0.35 338.08 0.22 0.55
Hex A5 71 84 0 20 14 23 152 16 37
Octal 245 161 204 0 40 24 43 522 26 67
Binary 10100101 1110001 10000100 0 100000 10100 100011 101010010 10110 110111

Color Harmonies of #A57184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57184

Black with #A57184

Text Example


Text Example

White with #A57184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57184; }

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

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

background-color css

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

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

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

border-color css

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

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

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