Html Css Color HEX #A17586 Tapestry

📋 copy color: '#A17586'

red 161 ◦ green 117 ◦ blue 134

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

Shades of Tapestry #A17586

Tints of Tapestry #A17586

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.4%

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

R = 39.08%
G = 28.4%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A17586 (or 0xA17586) is known color: Tapestry. HEX triplet: A1, 75 and 86. RGB value is (161,117,134). Sum of RGB (Red+Green+Blue) = 161+117+134=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 161 - color contains mainly: red. Hex color #A17586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17586 is #5E8A79. Grayscale: #848484. Windows color (decimal): -6195834 or 8811937. OLE color: 8811937.

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

Color convert

RGB 161 117 134 -
CMYK 0 0.27 0.17 0.37
HSL 336.82º 0.19% 0.55% -
HSV(B) 336.82º 0.27% 0.63% -
XYZ 25.36 22.02 25.47 -
YUV 132.09 129.08 148.62 -
System Red Green Blue C M Y K H S L
Decimal 161 117 134 0 0.27 0.17 0.37 336.82 0.19 0.55
Hex A1 75 86 0 1B 11 25 151 13 37
Octal 241 165 206 0 33 21 45 521 23 67
Binary 10100001 1110101 10000110 0 11011 10001 100101 101010001 10011 110111

Color Harmonies of #A17586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17586

Black with #A17586

Text Example


Text Example

White with #A17586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17586; }

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

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

background-color css

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

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

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

border-color css

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

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

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