Html Css Color HEX #A57381 Tapestry

📋 copy color: '#A57381'

red 165 ◦ green 115 ◦ blue 129

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

Shades of Tapestry #A57381

Tints of Tapestry #A57381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.54%

R = 40.34%
G = 28.12%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A57381 (or 0xA57381) is known color: Tapestry. HEX triplet: A5, 73 and 81. RGB value is (165,115,129). Sum of RGB (Red+Green+Blue) = 165+115+129=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A57381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57381 is #5A8C7E. Grayscale: #838383. Windows color (decimal): -5934207 or 8483749. OLE color: 8483749.

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

Color convert

RGB 165 115 129 -
CMYK 0 0.30 0.22 0.35
HSL 343.2º 0.22% 0.55% -
HSV(B) 343.2º 0.3% 0.65% -
XYZ 25.61 21.85 23.64 -
YUV 131.55 126.57 151.86 -
System Red Green Blue C M Y K H S L
Decimal 165 115 129 0 0.30 0.22 0.35 343.2 0.22 0.55
Hex A5 73 81 0 1E 16 23 157 16 37
Octal 245 163 201 0 36 26 43 527 26 67
Binary 10100101 1110011 10000001 0 11110 10110 100011 101010111 10110 110111

Color Harmonies of #A57381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57381

Black with #A57381

Text Example


Text Example

White with #A57381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57381; }

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

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

background-color css

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

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

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

border-color css

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

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

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