Html Css Color HEX #A96181 Tapestry

📋 copy color: '#A96181'

red 169 ◦ green 97 ◦ blue 129

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

Shades of Tapestry #A96181

Tints of Tapestry #A96181

RGB

 RED value IS 169 (66.41% from 255) = 42.78%

 GREEN value IS 97 (38.28% from 255) = 24.56%

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

R = 42.78%
G = 24.56%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A96181 (or 0xA96181) is known color: Tapestry. HEX triplet: A9, 61 and 81. RGB value is (169,97,129). Sum of RGB (Red+Green+Blue) = 169+97+129=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 169 - color contains mainly: red. Hex color #A96181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96181 is #569E7E. Grayscale: #7A7A7A. Windows color (decimal): -5676671 or 8479145. OLE color: 8479145.

HSL color Cylindrical-coordinate representation of color #A96181: hue angle of 333.33º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A96181 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 97 129 -
CMYK 0 0.43 0.24 0.34
HSL 333.33º 0.3% 0.52% -
HSV(B) 333.33º 0.43% 0.66% -
XYZ 24.6 18.57 23.06 -
YUV 122.18 131.85 161.4 -
System Red Green Blue C M Y K H S L
Decimal 169 97 129 0 0.43 0.24 0.34 333.33 0.3 0.52
Hex A9 61 81 0 2B 18 22 14D 1E 34
Octal 251 141 201 0 53 30 42 515 36 64
Binary 10101001 1100001 10000001 0 101011 11000 100010 101001101 11110 110100

Color Harmonies of #A96181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96181

Black with #A96181

Text Example


Text Example

White with #A96181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96181; }

 p { color: rgb(169,97,129); }

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

background-color css

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

 a { background-color: rgb(169,97,129); }

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

border-color css

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

 span { border-color: rgb(169,97,129); }

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