Html Css Color HEX #A17484 Tapestry

📋 copy color: '#A17484'

red 161 ◦ green 116 ◦ blue 132

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

Shades of Tapestry #A17484

Tints of Tapestry #A17484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.27%

R = 39.36%
G = 28.36%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A17484 (or 0xA17484) is known color: Tapestry. HEX triplet: A1, 74 and 84. RGB value is (161,116,132). Sum of RGB (Red+Green+Blue) = 161+116+132=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A17484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17484 is #5E8B7B. Grayscale: #838383. Windows color (decimal): -6196092 or 8680609. OLE color: 8680609.

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

Color convert

RGB 161 116 132 -
CMYK 0 0.28 0.18 0.37
HSL 338.67º 0.19% 0.54% -
HSV(B) 338.67º 0.28% 0.63% -
XYZ 25.11 21.73 24.7 -
YUV 131.28 128.41 149.2 -
System Red Green Blue C M Y K H S L
Decimal 161 116 132 0 0.28 0.18 0.37 338.67 0.19 0.54
Hex A1 74 84 0 1C 12 25 153 13 36
Octal 241 164 204 0 34 22 45 523 23 66
Binary 10100001 1110100 10000100 0 11100 10010 100101 101010011 10011 110110

Color Harmonies of #A17484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17484

Black with #A17484

Text Example


Text Example

White with #A17484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17484; }

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

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

background-color css

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

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

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

border-color css

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

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

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