Html Css Color HEX #A36A80 Tapestry

📋 copy color: '#A36A80'

red 163 ◦ green 106 ◦ blue 128

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

Shades of Tapestry #A36A80

Tints of Tapestry #A36A80

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.7%

 BLUE value IS 128 (50.39% from 255) = 32.24%

R = 41.06%
G = 26.7%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A36A80 (or 0xA36A80) is known color: Tapestry. HEX triplet: A3, 6A and 80. RGB value is (163,106,128). Sum of RGB (Red+Green+Blue) = 163+106+128=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36A80 is #5C957F. Grayscale: #7D7D7D. Windows color (decimal): -6067584 or 8415907. OLE color: 8415907.

HSL color Cylindrical-coordinate representation of color #A36A80: hue angle of 336.84º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A36A80 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 106 128 -
CMYK 0 0.35 0.21 0.36
HSL 336.84º 0.24% 0.53% -
HSV(B) 336.84º 0.35% 0.64% -
XYZ 24.15 19.65 22.94 -
YUV 125.55 129.38 154.71 -
System Red Green Blue C M Y K H S L
Decimal 163 106 128 0 0.35 0.21 0.36 336.84 0.24 0.53
Hex A3 6A 80 0 23 15 24 151 18 35
Octal 243 152 200 0 43 25 44 521 30 65
Binary 10100011 1101010 10000000 0 100011 10101 100100 101010001 11000 110101

Color Harmonies of #A36A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36A80

Black with #A36A80

Text Example


Text Example

White with #A36A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36A80; }

 p { color: rgb(163,106,128); }

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

background-color css

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

 a { background-color: rgb(163,106,128); }

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

border-color css

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

 span { border-color: rgb(163,106,128); }

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