Html Css Color HEX #A37F8B Tapestry

📋 copy color: '#A37F8B'

red 163 ◦ green 127 ◦ blue 139

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

Shades of Tapestry #A37F8B

Tints of Tapestry #A37F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.4%

R = 38%
G = 29.6%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A37F8B (or 0xA37F8B) is known color: Tapestry. HEX triplet: A3, 7F and 8B. RGB value is (163,127,139). Sum of RGB (Red+Green+Blue) = 163+127+139=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37F8B is #5C8074. Grayscale: #8B8B8B. Windows color (decimal): -6062197 or 9142179. OLE color: 9142179.

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

Color convert

RGB 163 127 139 -
CMYK 0 0.22 0.15 0.36
HSL 340º 0.16% 0.57% -
HSV(B) 340º 0.22% 0.64% -
XYZ 27.35 24.83 27.78 -
YUV 139.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 163 127 139 0 0.22 0.15 0.36 340 0.16 0.57
Hex A3 7F 8B 0 16 F 24 154 10 39
Octal 243 177 213 0 26 17 44 524 20 71
Binary 10100011 1111111 10001011 0 10110 1111 100100 101010100 10000 111001

Color Harmonies of #A37F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37F8B

Black with #A37F8B

Text Example


Text Example

White with #A37F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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