Html Css Color HEX #A37084 Tapestry

📋 copy color: '#A37084'

red 163 ◦ green 112 ◦ blue 132

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

Shades of Tapestry #A37084

Tints of Tapestry #A37084

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.52%

 BLUE value IS 132 (51.95% from 255) = 32.43%

R = 40.05%
G = 27.52%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A37084 (or 0xA37084) is known color: Tapestry. HEX triplet: A3, 70 and 84. RGB value is (163,112,132). Sum of RGB (Red+Green+Blue) = 163+112+132=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A37084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37084 is #5C8F7B. Grayscale: #818181. Windows color (decimal): -6066044 or 8679587. OLE color: 8679587.

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

Color convert

RGB 163 112 132 -
CMYK 0 0.31 0.19 0.36
HSL 336.47º 0.22% 0.54% -
HSV(B) 336.47º 0.31% 0.64% -
XYZ 25.06 21.04 24.57 -
YUV 129.53 129.4 151.87 -
System Red Green Blue C M Y K H S L
Decimal 163 112 132 0 0.31 0.19 0.36 336.47 0.22 0.54
Hex A3 70 84 0 1F 13 24 150 16 36
Octal 243 160 204 0 37 23 44 520 26 66
Binary 10100011 1110000 10000100 0 11111 10011 100100 101010000 10110 110110

Color Harmonies of #A37084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37084

Black with #A37084

Text Example


Text Example

White with #A37084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37084; }

 p { color: rgb(163,112,132); }

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

background-color css

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

 a { background-color: rgb(163,112,132); }

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

border-color css

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

 span { border-color: rgb(163,112,132); }

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