Html Css Color HEX #A37080 Tapestry

📋 copy color: '#A37080'

red 163 ◦ green 112 ◦ blue 128

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

Shades of Tapestry #A37080

Tints of Tapestry #A37080

RGB

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

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

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

R = 40.45%
G = 27.79%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A37080 (or 0xA37080) is known color: Tapestry. HEX triplet: A3, 70 and 80. RGB value is (163,112,128). Sum of RGB (Red+Green+Blue) = 163+112+128=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A37080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37080 is #5C8F7F. Grayscale: #818181. Windows color (decimal): -6066048 or 8417443. OLE color: 8417443.

HSL color Cylindrical-coordinate representation of color #A37080: hue angle of 341.18º 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 #A37080 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 112 128 -
CMYK 0 0.31 0.21 0.36
HSL 341.18º 0.22% 0.54% -
HSV(B) 341.18º 0.31% 0.64% -
XYZ 24.79 20.93 23.16 -
YUV 129.07 127.4 152.2 -
System Red Green Blue C M Y K H S L
Decimal 163 112 128 0 0.31 0.21 0.36 341.18 0.22 0.54
Hex A3 70 80 0 1F 15 24 155 16 36
Octal 243 160 200 0 37 25 44 525 26 66
Binary 10100011 1110000 10000000 0 11111 10101 100100 101010101 10110 110110

Color Harmonies of #A37080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37080

Black with #A37080

Text Example


Text Example

White with #A37080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37080; }

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

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

background-color css

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

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

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

border-color css

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

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

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