Html Css Color HEX #A37586 Tapestry

📋 copy color: '#A37586'

red 163 ◦ green 117 ◦ blue 134

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

Shades of Tapestry #A37586

Tints of Tapestry #A37586

RGB

 RED value IS 163 (64.06% from 255) = 39.37%

 GREEN value IS 117 (46.09% from 255) = 28.26%

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

R = 39.37%
G = 28.26%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A37586 (or 0xA37586) is known color: Tapestry. HEX triplet: A3, 75 and 86. RGB value is (163,117,134). Sum of RGB (Red+Green+Blue) = 163+117+134=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 163 - color contains mainly: red. Hex color #A37586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37586 is #5C8A79. Grayscale: #848484. Windows color (decimal): -6064762 or 8811939. OLE color: 8811939.

HSL color Cylindrical-coordinate representation of color #A37586: hue angle of 337.83º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A37586 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 117 134 -
CMYK 0 0.28 0.18 0.36
HSL 337.83º 0.2% 0.55% -
HSV(B) 337.83º 0.28% 0.64% -
XYZ 25.77 22.23 25.49 -
YUV 132.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 163 117 134 0 0.28 0.18 0.36 337.83 0.2 0.55
Hex A3 75 86 0 1C 12 24 152 14 37
Octal 243 165 206 0 34 22 44 522 24 67
Binary 10100011 1110101 10000110 0 11100 10010 100100 101010010 10100 110111

Color Harmonies of #A37586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37586

Black with #A37586

Text Example


Text Example

White with #A37586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37586; }

 p { color: rgb(163,117,134); }

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

background-color css

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

 a { background-color: rgb(163,117,134); }

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

border-color css

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

 span { border-color: rgb(163,117,134); }

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