Html Css Color HEX #A17081 Tapestry

📋 copy color: '#A17081'

red 161 ◦ green 112 ◦ blue 129

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

Shades of Tapestry #A17081

Tints of Tapestry #A17081

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.86%

 BLUE value IS 129 (50.78% from 255) = 32.09%

R = 40.05%
G = 27.86%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A17081 (or 0xA17081) is known color: Tapestry. HEX triplet: A1, 70 and 81. RGB value is (161,112,129). Sum of RGB (Red+Green+Blue) = 161+112+129=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A17081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17081 is #5E8F7E. Grayscale: #808080. Windows color (decimal): -6197119 or 8482977. OLE color: 8482977.

HSL color Cylindrical-coordinate representation of color #A17081: hue angle of 339.18º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17081 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 112 129 -
CMYK 0 0.30 0.20 0.37
HSL 339.18º 0.21% 0.54% -
HSV(B) 339.18º 0.3% 0.63% -
XYZ 24.45 20.75 23.49 -
YUV 128.59 128.23 151.12 -
System Red Green Blue C M Y K H S L
Decimal 161 112 129 0 0.30 0.20 0.37 339.18 0.21 0.54
Hex A1 70 81 0 1E 14 25 153 15 36
Octal 241 160 201 0 36 24 45 523 25 66
Binary 10100001 1110000 10000001 0 11110 10100 100101 101010011 10101 110110

Color Harmonies of #A17081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17081

Black with #A17081

Text Example


Text Example

White with #A17081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17081; }

 p { color: rgb(161,112,129); }

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

background-color css

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

 a { background-color: rgb(161,112,129); }

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

border-color css

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

 span { border-color: rgb(161,112,129); }

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