Html Css Color HEX #A47C8B Tapestry

📋 copy color: '#A47C8B'

red 164 ◦ green 124 ◦ blue 139

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

Shades of Tapestry #A47C8B

Tints of Tapestry #A47C8B

RGB

 RED value IS 164 (64.45% from 255) = 38.41%

 GREEN value IS 124 (48.83% from 255) = 29.04%

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

R = 38.41%
G = 29.04%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A47C8B (or 0xA47C8B) is known color: Tapestry. HEX triplet: A4, 7C and 8B. RGB value is (164,124,139). Sum of RGB (Red+Green+Blue) = 164+124+139=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47C8B is #5B8374. Grayscale: #898989. Windows color (decimal): -5997429 or 9141412. OLE color: 9141412.

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

Color convert

RGB 164 124 139 -
CMYK 0 0.24 0.15 0.36
HSL 337.5º 0.18% 0.56% -
HSV(B) 337.5º 0.24% 0.64% -
XYZ 27.18 24.17 27.66 -
YUV 137.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 164 124 139 0 0.24 0.15 0.36 337.5 0.18 0.56
Hex A4 7C 8B 0 18 F 24 152 12 38
Octal 244 174 213 0 30 17 44 522 22 70
Binary 10100100 1111100 10001011 0 11000 1111 100100 101010010 10010 111000

Color Harmonies of #A47C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47C8B

Black with #A47C8B

Text Example


Text Example

White with #A47C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47C8B; }

 p { color: rgb(164,124,139); }

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

background-color css

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

 a { background-color: rgb(164,124,139); }

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

border-color css

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

 span { border-color: rgb(164,124,139); }

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