Html Css Color HEX #A57082 Tapestry

📋 copy color: '#A57082'

red 165 ◦ green 112 ◦ blue 130

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

Shades of Tapestry #A57082

Tints of Tapestry #A57082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.94%

R = 40.54%
G = 27.52%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A57082 (or 0xA57082) is known color: Tapestry. HEX triplet: A5, 70 and 82. RGB value is (165,112,130). Sum of RGB (Red+Green+Blue) = 165+112+130=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A57082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57082 is #5A8F7D. Grayscale: #818181. Windows color (decimal): -5934974 or 8548517. OLE color: 8548517.

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

Color convert

RGB 165 112 130 -
CMYK 0 0.32 0.21 0.35
HSL 339.62º 0.23% 0.54% -
HSV(B) 339.62º 0.32% 0.65% -
XYZ 25.34 21.2 23.88 -
YUV 129.9 128.06 153.04 -
System Red Green Blue C M Y K H S L
Decimal 165 112 130 0 0.32 0.21 0.35 339.62 0.23 0.54
Hex A5 70 82 0 20 15 23 154 17 36
Octal 245 160 202 0 40 25 43 524 27 66
Binary 10100101 1110000 10000010 0 100000 10101 100011 101010100 10111 110110

Color Harmonies of #A57082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57082

Black with #A57082

Text Example


Text Example

White with #A57082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57082; }

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

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

background-color css

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

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

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

border-color css

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

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

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