Html Css Color HEX #A47181 Tapestry

📋 copy color: '#A47181'

red 164 ◦ green 113 ◦ blue 129

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

Shades of Tapestry #A47181

Tints of Tapestry #A47181

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.83%

 BLUE value IS 129 (50.78% from 255) = 31.77%

R = 40.39%
G = 27.83%
B = 31.77%

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

#A47181 (or 0xA47181) is known color: Tapestry. HEX triplet: A4, 71 and 81. RGB value is (164,113,129). Sum of RGB (Red+Green+Blue) = 164+113+129=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A47181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47181 is #5B8E7E. Grayscale: #828282. Windows color (decimal): -6000255 or 8483236. OLE color: 8483236.

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

Color convert

RGB 164 113 129 -
CMYK 0 0.31 0.21 0.36
HSL 341.18º 0.22% 0.54% -
HSV(B) 341.18º 0.31% 0.64% -
XYZ 25.18 21.29 23.55 -
YUV 130.07 127.4 152.2 -
System Red Green Blue C M Y K H S L
Decimal 164 113 129 0 0.31 0.21 0.36 341.18 0.22 0.54
Hex A4 71 81 0 1F 15 24 155 16 36
Octal 244 161 201 0 37 25 44 525 26 66
Binary 10100100 1110001 10000001 0 11111 10101 100100 101010101 10110 110110

Color Harmonies of #A47181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47181

Black with #A47181

Text Example


Text Example

White with #A47181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47181; }

 p { color: rgb(164,113,129); }

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

background-color css

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

 a { background-color: rgb(164,113,129); }

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

border-color css

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

 span { border-color: rgb(164,113,129); }

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