Html Css Color HEX #A47681 Tapestry

📋 copy color: '#A47681'

red 164 ◦ green 118 ◦ blue 129

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

Shades of Tapestry #A47681

Tints of Tapestry #A47681

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.71%

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

R = 39.9%
G = 28.71%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A47681 (or 0xA47681) is known color: Tapestry. HEX triplet: A4, 76 and 81. RGB value is (164,118,129). Sum of RGB (Red+Green+Blue) = 164+118+129=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A47681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47681 is #5B897E. Grayscale: #858585. Windows color (decimal): -5998975 or 8484516. OLE color: 8484516.

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

Color convert

RGB 164 118 129 -
CMYK 0 0.28 0.21 0.36
HSL 345.65º 0.2% 0.55% -
HSV(B) 345.65º 0.28% 0.64% -
XYZ 25.75 22.43 23.74 -
YUV 133.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 164 118 129 0 0.28 0.21 0.36 345.65 0.2 0.55
Hex A4 76 81 0 1C 15 24 15A 14 37
Octal 244 166 201 0 34 25 44 532 24 67
Binary 10100100 1110110 10000001 0 11100 10101 100100 101011010 10100 110111

Color Harmonies of #A47681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47681

Black with #A47681

Text Example


Text Example

White with #A47681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47681; }

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

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

background-color css

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

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

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

border-color css

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

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

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