Html Css Color HEX #A37686 Tapestry

📋 copy color: '#A37686'

red 163 ◦ green 118 ◦ blue 134

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

Shades of Tapestry #A37686

Tints of Tapestry #A37686

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.43%

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

R = 39.28%
G = 28.43%
B = 32.29%

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

#A37686 (or 0xA37686) is known color: Tapestry. HEX triplet: A3, 76 and 86. RGB value is (163,118,134). Sum of RGB (Red+Green+Blue) = 163+118+134=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 163 - color contains mainly: red. Hex color #A37686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37686 is #5C8979. Grayscale: #858585. Windows color (decimal): -6064506 or 8812195. OLE color: 8812195.

HSL color Cylindrical-coordinate representation of color #A37686: hue angle of 338.67º 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 #A37686 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 118 134 -
CMYK 0 0.28 0.18 0.36
HSL 338.67º 0.2% 0.55% -
HSV(B) 338.67º 0.28% 0.64% -
XYZ 25.89 22.46 25.53 -
YUV 133.28 128.41 149.2 -
System Red Green Blue C M Y K H S L
Decimal 163 118 134 0 0.28 0.18 0.36 338.67 0.2 0.55
Hex A3 76 86 0 1C 12 24 153 14 37
Octal 243 166 206 0 34 22 44 523 24 67
Binary 10100011 1110110 10000110 0 11100 10010 100100 101010011 10100 110111

Color Harmonies of #A37686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37686

Black with #A37686

Text Example


Text Example

White with #A37686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37686; }

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

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

background-color css

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

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

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

border-color css

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

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

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