Html Css Color HEX #A96B7D Tapestry

📋 copy color: '#A96B7D'

red 169 ◦ green 107 ◦ blue 125

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

Shades of Tapestry #A96B7D

Tints of Tapestry #A96B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.17%

R = 42.14%
G = 26.68%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A96B7D (or 0xA96B7D) is known color: Tapestry. HEX triplet: A9, 6B and 7D. RGB value is (169,107,125). Sum of RGB (Red+Green+Blue) = 169+107+125=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96B7D is #569482. Grayscale: #7F7F7F. Windows color (decimal): -5674115 or 8219561. OLE color: 8219561.

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

Color convert

RGB 169 107 125 -
CMYK 0 0.37 0.26 0.34
HSL 342.58º 0.26% 0.54% -
HSV(B) 342.58º 0.37% 0.66% -
XYZ 25.32 20.43 22.01 -
YUV 127.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 169 107 125 0 0.37 0.26 0.34 342.58 0.26 0.54
Hex A9 6B 7D 0 25 1A 22 157 1A 36
Octal 251 153 175 0 45 32 42 527 32 66
Binary 10101001 1101011 1111101 0 100101 11010 100010 101010111 11010 110110

Color Harmonies of #A96B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96B7D

Black with #A96B7D

Text Example


Text Example

White with #A96B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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