Html Css Color HEX #A46C7D Tapestry

📋 copy color: '#A46C7D'

red 164 ◦ green 108 ◦ blue 125

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

Shades of Tapestry #A46C7D

Tints of Tapestry #A46C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.49%

R = 41.31%
G = 27.2%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A46C7D (or 0xA46C7D) is known color: Tapestry. HEX triplet: A4, 6C and 7D. RGB value is (164,108,125). Sum of RGB (Red+Green+Blue) = 164+108+125=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46C7D is #5B9382. Grayscale: #7E7E7E. Windows color (decimal): -6001539 or 8219812. OLE color: 8219812.

HSL color Cylindrical-coordinate representation of color #A46C7D: hue angle of 341.79º 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 #A46C7D is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 108 125 -
CMYK 0 0.34 0.24 0.36
HSL 341.79º 0.24% 0.53% -
HSV(B) 341.79º 0.34% 0.64% -
XYZ 24.37 20.1 22 -
YUV 126.68 127.05 154.62 -
System Red Green Blue C M Y K H S L
Decimal 164 108 125 0 0.34 0.24 0.36 341.79 0.24 0.53
Hex A4 6C 7D 0 22 18 24 156 18 35
Octal 244 154 175 0 42 30 44 526 30 65
Binary 10100100 1101100 1111101 0 100010 11000 100100 101010110 11000 110101

Color Harmonies of #A46C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46C7D

Black with #A46C7D

Text Example


Text Example

White with #A46C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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