Html Css Color HEX #A46D82 Tapestry

📋 copy color: '#A46D82'

red 164 ◦ green 109 ◦ blue 130

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

Shades of Tapestry #A46D82

Tints of Tapestry #A46D82

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.05%

 BLUE value IS 130 (51.17% from 255) = 32.26%

R = 40.69%
G = 27.05%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A46D82 (or 0xA46D82) is known color: Tapestry. HEX triplet: A4, 6D and 82. RGB value is (164,109,130). Sum of RGB (Red+Green+Blue) = 164+109+130=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46D82 is #5B927D. Grayscale: #7F7F7F. Windows color (decimal): -6001278 or 8547748. OLE color: 8547748.

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

Color convert

RGB 164 109 130 -
CMYK 0 0.34 0.21 0.36
HSL 337.09º 0.23% 0.54% -
HSV(B) 337.09º 0.34% 0.64% -
XYZ 24.81 20.44 23.76 -
YUV 127.84 129.22 153.79 -
System Red Green Blue C M Y K H S L
Decimal 164 109 130 0 0.34 0.21 0.36 337.09 0.23 0.54
Hex A4 6D 82 0 22 15 24 151 17 36
Octal 244 155 202 0 42 25 44 521 27 66
Binary 10100100 1101101 10000010 0 100010 10101 100100 101010001 10111 110110

Color Harmonies of #A46D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46D82

Black with #A46D82

Text Example


Text Example

White with #A46D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46D82; }

 p { color: rgb(164,109,130); }

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

background-color css

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

 a { background-color: rgb(164,109,130); }

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

border-color css

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

 span { border-color: rgb(164,109,130); }

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