Html Css Color HEX #A17585 Tapestry

📋 copy color: '#A17585'

red 161 ◦ green 117 ◦ blue 133

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

Shades of Tapestry #A17585

Tints of Tapestry #A17585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.36%

R = 39.17%
G = 28.47%
B = 32.36%

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

#A17585 (or 0xA17585) is known color: Tapestry. HEX triplet: A1, 75 and 85. RGB value is (161,117,133). Sum of RGB (Red+Green+Blue) = 161+117+133=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 161 - color contains mainly: red. Hex color #A17585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17585 is #5E8A7A. Grayscale: #838383. Windows color (decimal): -6195835 or 8746401. OLE color: 8746401.

HSL color Cylindrical-coordinate representation of color #A17585: hue angle of 338.18º 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 #A17585 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 117 133 -
CMYK 0 0.27 0.17 0.37
HSL 338.18º 0.19% 0.55% -
HSV(B) 338.18º 0.27% 0.63% -
XYZ 25.29 21.99 25.1 -
YUV 131.98 128.58 148.7 -
System Red Green Blue C M Y K H S L
Decimal 161 117 133 0 0.27 0.17 0.37 338.18 0.19 0.55
Hex A1 75 85 0 1B 11 25 152 13 37
Octal 241 165 205 0 33 21 45 522 23 67
Binary 10100001 1110101 10000101 0 11011 10001 100101 101010010 10011 110111

Color Harmonies of #A17585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17585

Black with #A17585

Text Example


Text Example

White with #A17585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17585; }

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

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

background-color css

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

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

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

border-color css

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

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

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