Html Css Color HEX #A67184 Tapestry

📋 copy color: '#A67184'

red 166 ◦ green 113 ◦ blue 132

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

Shades of Tapestry #A67184

Tints of Tapestry #A67184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.12%

R = 40.39%
G = 27.49%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A67184 (or 0xA67184) is known color: Tapestry. HEX triplet: A6, 71 and 84. RGB value is (166,113,132). Sum of RGB (Red+Green+Blue) = 166+113+132=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A67184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67184 is #598E7B. Grayscale: #828282. Windows color (decimal): -5869180 or 8679846. OLE color: 8679846.

HSL color Cylindrical-coordinate representation of color #A67184: hue angle of 338.49º 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 #A67184 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 113 132 -
CMYK 0 0.32 0.20 0.35
HSL 338.49º 0.23% 0.55% -
HSV(B) 338.49º 0.32% 0.65% -
XYZ 25.8 21.58 24.64 -
YUV 131.01 128.56 152.96 -
System Red Green Blue C M Y K H S L
Decimal 166 113 132 0 0.32 0.20 0.35 338.49 0.23 0.55
Hex A6 71 84 0 20 14 23 152 17 37
Octal 246 161 204 0 40 24 43 522 27 67
Binary 10100110 1110001 10000100 0 100000 10100 100011 101010010 10111 110111

Color Harmonies of #A67184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67184

Black with #A67184

Text Example


Text Example

White with #A67184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67184; }

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

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

background-color css

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

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

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

border-color css

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

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

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