Html Css Color HEX #A36D7F Tapestry

📋 copy color: '#A36D7F'

red 163 ◦ green 109 ◦ blue 127

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

Shades of Tapestry #A36D7F

Tints of Tapestry #A36D7F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.32%

 BLUE value IS 127 (50% from 255) = 31.83%

R = 40.85%
G = 27.32%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A36D7F (or 0xA36D7F) is known color: Tapestry. HEX triplet: A3, 6D and 7F. RGB value is (163,109,127). Sum of RGB (Red+Green+Blue) = 163+109+127=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36D7F is #5C9280. Grayscale: #7F7F7F. Windows color (decimal): -6066817 or 8351139. OLE color: 8351139.

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

Color convert

RGB 163 109 127 -
CMYK 0 0.33 0.22 0.36
HSL 340º 0.23% 0.53% -
HSV(B) 340º 0.33% 0.64% -
XYZ 24.4 20.26 22.7 -
YUV 127.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 163 109 127 0 0.33 0.22 0.36 340 0.23 0.53
Hex A3 6D 7F 0 21 16 24 154 17 35
Octal 243 155 177 0 41 26 44 524 27 65
Binary 10100011 1101101 1111111 0 100001 10110 100100 101010100 10111 110101

Color Harmonies of #A36D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36D7F

Black with #A36D7F

Text Example


Text Example

White with #A36D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36D7F; }

 p { color: rgb(163,109,127); }

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

background-color css

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

 a { background-color: rgb(163,109,127); }

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

border-color css

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

 span { border-color: rgb(163,109,127); }

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