Html Css Color HEX #A67182 Tapestry

📋 copy color: '#A67182'

red 166 ◦ green 113 ◦ blue 130

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

Shades of Tapestry #A67182

Tints of Tapestry #A67182

RGB

 RED value IS 166 (65.23% from 255) = 40.59%

 GREEN value IS 113 (44.53% from 255) = 27.63%

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

R = 40.59%
G = 27.63%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A67182 (or 0xA67182) is known color: Tapestry. HEX triplet: A6, 71 and 82. RGB value is (166,113,130). Sum of RGB (Red+Green+Blue) = 166+113+130=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A67182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67182 is #598E7D. Grayscale: #828282. Windows color (decimal): -5869182 or 8548774. OLE color: 8548774.

HSL color Cylindrical-coordinate representation of color #A67182: hue angle of 340.75º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A67182 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 113 130 -
CMYK 0 0.32 0.22 0.35
HSL 340.75º 0.23% 0.55% -
HSV(B) 340.75º 0.32% 0.65% -
XYZ 25.66 21.53 23.92 -
YUV 130.79 127.56 153.12 -
System Red Green Blue C M Y K H S L
Decimal 166 113 130 0 0.32 0.22 0.35 340.75 0.23 0.55
Hex A6 71 82 0 20 16 23 155 17 37
Octal 246 161 202 0 40 26 43 525 27 67
Binary 10100110 1110001 10000010 0 100000 10110 100011 101010101 10111 110111

Color Harmonies of #A67182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67182

Black with #A67182

Text Example


Text Example

White with #A67182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67182; }

 p { color: rgb(166,113,130); }

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

background-color css

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

 a { background-color: rgb(166,113,130); }

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

border-color css

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

 span { border-color: rgb(166,113,130); }

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