Html Css Color HEX #A96F7D Tapestry

📋 copy color: '#A96F7D'

red 169 ◦ green 111 ◦ blue 125

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

Shades of Tapestry #A96F7D

Tints of Tapestry #A96F7D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.41%

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

R = 41.73%
G = 27.41%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A96F7D (or 0xA96F7D) is known color: Tapestry. HEX triplet: A9, 6F and 7D. RGB value is (169,111,125). Sum of RGB (Red+Green+Blue) = 169+111+125=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96F7D is #569082. Grayscale: #818181. Windows color (decimal): -5673091 or 8220585. OLE color: 8220585.

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

Color convert

RGB 169 111 125 -
CMYK 0 0.34 0.26 0.34
HSL 345.52º 0.25% 0.55% -
HSV(B) 345.52º 0.34% 0.66% -
XYZ 25.75 21.28 22.15 -
YUV 129.94 125.22 155.86 -
System Red Green Blue C M Y K H S L
Decimal 169 111 125 0 0.34 0.26 0.34 345.52 0.25 0.55
Hex A9 6F 7D 0 22 1A 22 15A 19 37
Octal 251 157 175 0 42 32 42 532 31 67
Binary 10101001 1101111 1111101 0 100010 11010 100010 101011010 11001 110111

Color Harmonies of #A96F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96F7D

Black with #A96F7D

Text Example


Text Example

White with #A96F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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