Html Css Color HEX #A37A86 Tapestry

📋 copy color: '#A37A86'

red 163 ◦ green 122 ◦ blue 134

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

Shades of Tapestry #A37A86

Tints of Tapestry #A37A86

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.12%

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

R = 38.9%
G = 29.12%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A37A86 (or 0xA37A86) is known color: Tapestry. HEX triplet: A3, 7A and 86. RGB value is (163,122,134). Sum of RGB (Red+Green+Blue) = 163+122+134=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37A86 is #5C8579. Grayscale: #878787. Windows color (decimal): -6063482 or 8813219. OLE color: 8813219.

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

Color convert

RGB 163 122 134 -
CMYK 0 0.25 0.18 0.36
HSL 342.44º 0.18% 0.56% -
HSV(B) 342.44º 0.25% 0.64% -
XYZ 26.37 23.43 25.69 -
YUV 135.63 127.08 147.52 -
System Red Green Blue C M Y K H S L
Decimal 163 122 134 0 0.25 0.18 0.36 342.44 0.18 0.56
Hex A3 7A 86 0 19 12 24 156 12 38
Octal 243 172 206 0 31 22 44 526 22 70
Binary 10100011 1111010 10000110 0 11001 10010 100100 101010110 10010 111000

Color Harmonies of #A37A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37A86

Black with #A37A86

Text Example


Text Example

White with #A37A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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