Html Css Color HEX #A96889 Tapestry

📋 copy color: '#A96889'

red 169 ◦ green 104 ◦ blue 137

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

Shades of Tapestry #A96889

Tints of Tapestry #A96889

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.37%

 BLUE value IS 137 (53.91% from 255) = 33.41%

R = 41.22%
G = 25.37%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#A96889 (or 0xA96889) is known color: Tapestry. HEX triplet: A9, 68 and 89. RGB value is (169,104,137). Sum of RGB (Red+Green+Blue) = 169+104+137=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A96889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96889 is #569776. Grayscale: #7F7F7F. Windows color (decimal): -5674871 or 9005225. OLE color: 9005225.

HSL color Cylindrical-coordinate representation of color #A96889: hue angle of 329.54º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A96889 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 104 137 -
CMYK 0 0.38 0.19 0.34
HSL 329.54º 0.27% 0.54% -
HSV(B) 329.54º 0.38% 0.66% -
XYZ 25.83 20.14 26.19 -
YUV 127.2 133.53 157.82 -
System Red Green Blue C M Y K H S L
Decimal 169 104 137 0 0.38 0.19 0.34 329.54 0.27 0.54
Hex A9 68 89 0 26 13 22 14A 1B 36
Octal 251 150 211 0 46 23 42 512 33 66
Binary 10101001 1101000 10001001 0 100110 10011 100010 101001010 11011 110110

Color Harmonies of #A96889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96889

Black with #A96889

Text Example


Text Example

White with #A96889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96889; }

 p { color: rgb(169,104,137); }

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

background-color css

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

 a { background-color: rgb(169,104,137); }

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

border-color css

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

 span { border-color: rgb(169,104,137); }

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