Html Css Color HEX #A57086 Tapestry

📋 copy color: '#A57086'

red 165 ◦ green 112 ◦ blue 134

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

Shades of Tapestry #A57086

Tints of Tapestry #A57086

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.25%

 BLUE value IS 134 (52.73% from 255) = 32.6%

R = 40.15%
G = 27.25%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A57086 (or 0xA57086) is known color: Tapestry. HEX triplet: A5, 70 and 86. RGB value is (165,112,134). Sum of RGB (Red+Green+Blue) = 165+112+134=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A57086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57086 is #5A8F79. Grayscale: #828282. Windows color (decimal): -5934970 or 8810661. OLE color: 8810661.

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

Color convert

RGB 165 112 134 -
CMYK 0 0.32 0.19 0.35
HSL 335.09º 0.23% 0.54% -
HSV(B) 335.09º 0.32% 0.65% -
XYZ 25.61 21.31 25.32 -
YUV 130.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 165 112 134 0 0.32 0.19 0.35 335.09 0.23 0.54
Hex A5 70 86 0 20 13 23 14F 17 36
Octal 245 160 206 0 40 23 43 517 27 66
Binary 10100101 1110000 10000110 0 100000 10011 100011 101001111 10111 110110

Color Harmonies of #A57086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57086

Black with #A57086

Text Example


Text Example

White with #A57086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57086; }

 p { color: rgb(165,112,134); }

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

background-color css

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

 a { background-color: rgb(165,112,134); }

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

border-color css

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

 span { border-color: rgb(165,112,134); }

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