Html Css Color HEX #A96B8B Tapestry

📋 copy color: '#A96B8B'

red 169 ◦ green 107 ◦ blue 139

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

Shades of Tapestry #A96B8B

Tints of Tapestry #A96B8B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.78%

 BLUE value IS 139 (54.69% from 255) = 33.49%

R = 40.72%
G = 25.78%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A96B8B (or 0xA96B8B) is known color: Tapestry. HEX triplet: A9, 6B and 8B. RGB value is (169,107,139). Sum of RGB (Red+Green+Blue) = 169+107+139=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96B8B is #569474. Grayscale: #818181. Windows color (decimal): -5674101 or 9137065. OLE color: 9137065.

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

Color convert

RGB 169 107 139 -
CMYK 0 0.37 0.18 0.34
HSL 329.03º 0.26% 0.54% -
HSV(B) 329.03º 0.37% 0.66% -
XYZ 26.28 20.81 27.06 -
YUV 129.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 169 107 139 0 0.37 0.18 0.34 329.03 0.26 0.54
Hex A9 6B 8B 0 25 12 22 149 1A 36
Octal 251 153 213 0 45 22 42 511 32 66
Binary 10101001 1101011 10001011 0 100101 10010 100010 101001001 11010 110110

Color Harmonies of #A96B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96B8B

Black with #A96B8B

Text Example


Text Example

White with #A96B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96B8B; }

 p { color: rgb(169,107,139); }

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

background-color css

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

 a { background-color: rgb(169,107,139); }

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

border-color css

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

 span { border-color: rgb(169,107,139); }

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