Html Css Color HEX #A67187 Tapestry

📋 copy color: '#A67187'

red 166 ◦ green 113 ◦ blue 135

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

Shades of Tapestry #A67187

Tints of Tapestry #A67187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.61%

R = 40.1%
G = 27.29%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A67187 (or 0xA67187) is known color: Tapestry. HEX triplet: A6, 71 and 87. RGB value is (166,113,135). Sum of RGB (Red+Green+Blue) = 166+113+135=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A67187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67187 is #598E78. Grayscale: #838383. Windows color (decimal): -5869177 or 8876454. OLE color: 8876454.

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

Color convert

RGB 166 113 135 -
CMYK 0 0.32 0.19 0.35
HSL 335.09º 0.23% 0.55% -
HSV(B) 335.09º 0.32% 0.65% -
XYZ 26 21.67 25.73 -
YUV 131.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 166 113 135 0 0.32 0.19 0.35 335.09 0.23 0.55
Hex A6 71 87 0 20 13 23 14F 17 37
Octal 246 161 207 0 40 23 43 517 27 67
Binary 10100110 1110001 10000111 0 100000 10011 100011 101001111 10111 110111

Color Harmonies of #A67187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67187

Black with #A67187

Text Example


Text Example

White with #A67187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67187; }

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

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

background-color css

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

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

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

border-color css

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

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

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