Html Css Color HEX #A46A7D Tapestry

📋 copy color: '#A46A7D'

red 164 ◦ green 106 ◦ blue 125

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

Shades of Tapestry #A46A7D

Tints of Tapestry #A46A7D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.84%

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

R = 41.52%
G = 26.84%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A46A7D (or 0xA46A7D) is known color: Tapestry. HEX triplet: A4, 6A and 7D. RGB value is (164,106,125). Sum of RGB (Red+Green+Blue) = 164+106+125=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46A7D is #5B9582. Grayscale: #7D7D7D. Windows color (decimal): -6002051 or 8219300. OLE color: 8219300.

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

Color convert

RGB 164 106 125 -
CMYK 0 0.35 0.24 0.36
HSL 340.34º 0.24% 0.53% -
HSV(B) 340.34º 0.35% 0.64% -
XYZ 24.17 19.68 21.93 -
YUV 125.51 127.72 155.46 -
System Red Green Blue C M Y K H S L
Decimal 164 106 125 0 0.35 0.24 0.36 340.34 0.24 0.53
Hex A4 6A 7D 0 23 18 24 154 18 35
Octal 244 152 175 0 43 30 44 524 30 65
Binary 10100100 1101010 1111101 0 100011 11000 100100 101010100 11000 110101

Color Harmonies of #A46A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46A7D

Black with #A46A7D

Text Example


Text Example

White with #A46A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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