Html Css Color HEX #A46E80 Tapestry

📋 copy color: '#A46E80'

red 164 ◦ green 110 ◦ blue 128

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

Shades of Tapestry #A46E80

Tints of Tapestry #A46E80

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.36%

 BLUE value IS 128 (50.39% from 255) = 31.84%

R = 40.8%
G = 27.36%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A46E80 (or 0xA46E80) is known color: Tapestry. HEX triplet: A4, 6E and 80. RGB value is (164,110,128). Sum of RGB (Red+Green+Blue) = 164+110+128=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46E80 is #5B917F. Grayscale: #808080. Windows color (decimal): -6001024 or 8416932. OLE color: 8416932.

HSL color Cylindrical-coordinate representation of color #A46E80: hue angle of 340º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A46E80 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 110 128 -
CMYK 0 0.33 0.22 0.36
HSL 340º 0.23% 0.54% -
HSV(B) 340º 0.33% 0.64% -
XYZ 24.78 20.6 23.09 -
YUV 128.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 164 110 128 0 0.33 0.22 0.36 340 0.23 0.54
Hex A4 6E 80 0 21 16 24 154 17 36
Octal 244 156 200 0 41 26 44 524 27 66
Binary 10100100 1101110 10000000 0 100001 10110 100100 101010100 10111 110110

Color Harmonies of #A46E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46E80

Black with #A46E80

Text Example


Text Example

White with #A46E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46E80; }

 p { color: rgb(164,110,128); }

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

background-color css

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

 a { background-color: rgb(164,110,128); }

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

border-color css

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

 span { border-color: rgb(164,110,128); }

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