Html Css Color HEX #A46C80 Tapestry

📋 copy color: '#A46C80'

red 164 ◦ green 108 ◦ blue 128

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

Shades of Tapestry #A46C80

Tints of Tapestry #A46C80

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27%

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

R = 41%
G = 27%
B = 32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A46C80 (or 0xA46C80) is known color: Tapestry. HEX triplet: A4, 6C and 80. RGB value is (164,108,128). Sum of RGB (Red+Green+Blue) = 164+108+128=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46C80 is #5B937F. Grayscale: #7E7E7E. Windows color (decimal): -6001536 or 8416420. OLE color: 8416420.

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

Color convert

RGB 164 108 128 -
CMYK 0 0.34 0.22 0.36
HSL 338.57º 0.24% 0.53% -
HSV(B) 338.57º 0.34% 0.64% -
XYZ 24.57 20.18 23.02 -
YUV 127.02 128.55 154.37 -
System Red Green Blue C M Y K H S L
Decimal 164 108 128 0 0.34 0.22 0.36 338.57 0.24 0.53
Hex A4 6C 80 0 22 16 24 153 18 35
Octal 244 154 200 0 42 26 44 523 30 65
Binary 10100100 1101100 10000000 0 100010 10110 100100 101010011 11000 110101

Color Harmonies of #A46C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46C80

Black with #A46C80

Text Example


Text Example

White with #A46C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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