Html Css Color HEX #A17486 Tapestry

📋 copy color: '#A17486'

red 161 ◦ green 116 ◦ blue 134

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

Shades of Tapestry #A17486

Tints of Tapestry #A17486

RGB

 RED value IS 161 (63.28% from 255) = 39.17%

 GREEN value IS 116 (45.7% from 255) = 28.22%

 BLUE value IS 134 (52.73% from 255) = 32.6%

R = 39.17%
G = 28.22%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A17486 (or 0xA17486) is known color: Tapestry. HEX triplet: A1, 74 and 86. RGB value is (161,116,134). Sum of RGB (Red+Green+Blue) = 161+116+134=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 161 - color contains mainly: red. Hex color #A17486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17486 is #5E8B79. Grayscale: #838383. Windows color (decimal): -6196090 or 8811681. OLE color: 8811681.

HSL color Cylindrical-coordinate representation of color #A17486: hue angle of 336º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A17486 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 116 134 -
CMYK 0 0.28 0.17 0.37
HSL 336º 0.19% 0.54% -
HSV(B) 336º 0.28% 0.63% -
XYZ 25.25 21.79 25.43 -
YUV 131.51 129.41 149.04 -
System Red Green Blue C M Y K H S L
Decimal 161 116 134 0 0.28 0.17 0.37 336 0.19 0.54
Hex A1 74 86 0 1C 11 25 150 13 36
Octal 241 164 206 0 34 21 45 520 23 66
Binary 10100001 1110100 10000110 0 11100 10001 100101 101010000 10011 110110

Color Harmonies of #A17486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17486

Black with #A17486

Text Example


Text Example

White with #A17486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17486; }

 p { color: rgb(161,116,134); }

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

background-color css

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

 a { background-color: rgb(161,116,134); }

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

border-color css

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

 span { border-color: rgb(161,116,134); }

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