Html Css Color HEX #A17281 Tapestry

📋 copy color: '#A17281'

red 161 ◦ green 114 ◦ blue 129

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

Shades of Tapestry #A17281

Tints of Tapestry #A17281

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.22%

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

R = 39.85%
G = 28.22%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A17281 (or 0xA17281) is known color: Tapestry. HEX triplet: A1, 72 and 81. RGB value is (161,114,129). Sum of RGB (Red+Green+Blue) = 161+114+129=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A17281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17281 is #5E8D7E. Grayscale: #818181. Windows color (decimal): -6196607 or 8483489. OLE color: 8483489.

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

Color convert

RGB 161 114 129 -
CMYK 0 0.29 0.20 0.37
HSL 340.85º 0.2% 0.54% -
HSV(B) 340.85º 0.29% 0.63% -
XYZ 24.68 21.2 23.56 -
YUV 129.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 161 114 129 0 0.29 0.20 0.37 340.85 0.2 0.54
Hex A1 72 81 0 1D 14 25 155 14 36
Octal 241 162 201 0 35 24 45 525 24 66
Binary 10100001 1110010 10000001 0 11101 10100 100101 101010101 10100 110110

Color Harmonies of #A17281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17281

Black with #A17281

Text Example


Text Example

White with #A17281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17281; }

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

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

background-color css

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

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

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

border-color css

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

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

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