Html Css Color HEX #A36B7D Tapestry

📋 copy color: '#A36B7D'

red 163 ◦ green 107 ◦ blue 125

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

Shades of Tapestry #A36B7D

Tints of Tapestry #A36B7D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.09%

 BLUE value IS 125 (49.22% from 255) = 31.65%

R = 41.27%
G = 27.09%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A36B7D (or 0xA36B7D) is known color: Tapestry. HEX triplet: A3, 6B and 7D. RGB value is (163,107,125). Sum of RGB (Red+Green+Blue) = 163+107+125=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A36B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36B7D is #5C9482. Grayscale: #7D7D7D. Windows color (decimal): -6067331 or 8219555. OLE color: 8219555.

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

Color convert

RGB 163 107 125 -
CMYK 0 0.34 0.23 0.36
HSL 340.71º 0.23% 0.53% -
HSV(B) 340.71º 0.34% 0.64% -
XYZ 24.06 19.78 21.95 -
YUV 125.8 127.55 154.54 -
System Red Green Blue C M Y K H S L
Decimal 163 107 125 0 0.34 0.23 0.36 340.71 0.23 0.53
Hex A3 6B 7D 0 22 17 24 155 17 35
Octal 243 153 175 0 42 27 44 525 27 65
Binary 10100011 1101011 1111101 0 100010 10111 100100 101010101 10111 110101

Color Harmonies of #A36B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36B7D

Black with #A36B7D

Text Example


Text Example

White with #A36B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36B7D; }

 p { color: rgb(163,107,125); }

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

background-color css

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

 a { background-color: rgb(163,107,125); }

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

border-color css

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

 span { border-color: rgb(163,107,125); }

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