Html Css Color HEX #A47481 Tapestry

📋 copy color: '#A47481'

red 164 ◦ green 116 ◦ blue 129

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

Shades of Tapestry #A47481

Tints of Tapestry #A47481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.36%

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

R = 40.1%
G = 28.36%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A47481 (or 0xA47481) is known color: Tapestry. HEX triplet: A4, 74 and 81. RGB value is (164,116,129). Sum of RGB (Red+Green+Blue) = 164+116+129=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A47481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47481 is #5B8B7E. Grayscale: #838383. Windows color (decimal): -5999487 or 8484004. OLE color: 8484004.

HSL color Cylindrical-coordinate representation of color #A47481: hue angle of 343.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A47481 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 116 129 -
CMYK 0 0.29 0.21 0.36
HSL 343.75º 0.21% 0.55% -
HSV(B) 343.75º 0.29% 0.64% -
XYZ 25.52 21.97 23.66 -
YUV 131.83 126.4 150.94 -
System Red Green Blue C M Y K H S L
Decimal 164 116 129 0 0.29 0.21 0.36 343.75 0.21 0.55
Hex A4 74 81 0 1D 15 24 158 15 37
Octal 244 164 201 0 35 25 44 530 25 67
Binary 10100100 1110100 10000001 0 11101 10101 100100 101011000 10101 110111

Color Harmonies of #A47481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47481

Black with #A47481

Text Example


Text Example

White with #A47481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47481; }

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

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

background-color css

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

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

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

border-color css

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

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

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