Html Css Color HEX #A57C8A Tapestry

📋 copy color: '#A57C8A'

red 165 ◦ green 124 ◦ blue 138

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

Shades of Tapestry #A57C8A

Tints of Tapestry #A57C8A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.04%

 BLUE value IS 138 (54.3% from 255) = 32.32%

R = 38.64%
G = 29.04%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A57C8A (or 0xA57C8A) is known color: Tapestry. HEX triplet: A5, 7C and 8A. RGB value is (165,124,138). Sum of RGB (Red+Green+Blue) = 165+124+138=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57C8A is #5A8375. Grayscale: #898989. Windows color (decimal): -5931894 or 9075877. OLE color: 9075877.

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

Color convert

RGB 165 124 138 -
CMYK 0 0.25 0.16 0.35
HSL 339.51º 0.19% 0.57% -
HSV(B) 339.51º 0.25% 0.65% -
XYZ 27.31 24.25 27.29 -
YUV 137.86 128.08 147.36 -
System Red Green Blue C M Y K H S L
Decimal 165 124 138 0 0.25 0.16 0.35 339.51 0.19 0.57
Hex A5 7C 8A 0 19 10 23 154 13 39
Octal 245 174 212 0 31 20 43 524 23 71
Binary 10100101 1111100 10001010 0 11001 10000 100011 101010100 10011 111001

Color Harmonies of #A57C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57C8A

Black with #A57C8A

Text Example


Text Example

White with #A57C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57C8A; }

 p { color: rgb(165,124,138); }

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

background-color css

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

 a { background-color: rgb(165,124,138); }

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

border-color css

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

 span { border-color: rgb(165,124,138); }

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