Html Css Color HEX #A37F8C Tapestry

📋 copy color: '#A37F8C'

red 163 ◦ green 127 ◦ blue 140

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

Shades of Tapestry #A37F8C

Tints of Tapestry #A37F8C

RGB

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

 GREEN value IS 127 (50% from 255) = 29.53%

 BLUE value IS 140 (55.08% from 255) = 32.56%

R = 37.91%
G = 29.53%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A37F8C (or 0xA37F8C) is known color: Tapestry. HEX triplet: A3, 7F and 8C. RGB value is (163,127,140). Sum of RGB (Red+Green+Blue) = 163+127+140=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37F8C is #5C8073. Grayscale: #8B8B8B. Windows color (decimal): -6062196 or 9207715. OLE color: 9207715.

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

Color convert

RGB 163 127 140 -
CMYK 0 0.22 0.14 0.36
HSL 338.33º 0.16% 0.57% -
HSV(B) 338.33º 0.22% 0.64% -
XYZ 27.43 24.86 28.16 -
YUV 139.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 163 127 140 0 0.22 0.14 0.36 338.33 0.16 0.57
Hex A3 7F 8C 0 16 E 24 152 10 39
Octal 243 177 214 0 26 16 44 522 20 71
Binary 10100011 1111111 10001100 0 10110 1110 100100 101010010 10000 111001

Color Harmonies of #A37F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37F8C

Black with #A37F8C

Text Example


Text Example

White with #A37F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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