Html Css Color HEX #A96E8A Tapestry

📋 copy color: '#A96E8A'

red 169 ◦ green 110 ◦ blue 138

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

Shades of Tapestry #A96E8A

Tints of Tapestry #A96E8A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.38%

 BLUE value IS 138 (54.3% from 255) = 33.09%

R = 40.53%
G = 26.38%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A96E8A (or 0xA96E8A) is known color: Tapestry. HEX triplet: A9, 6E and 8A. RGB value is (169,110,138). Sum of RGB (Red+Green+Blue) = 169+110+138=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96E8A is #569175. Grayscale: #828282. Windows color (decimal): -5673334 or 9072297. OLE color: 9072297.

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

Color convert

RGB 169 110 138 -
CMYK 0 0.35 0.18 0.34
HSL 331.53º 0.26% 0.55% -
HSV(B) 331.53º 0.35% 0.66% -
XYZ 26.53 21.42 26.78 -
YUV 130.83 132.05 155.22 -
System Red Green Blue C M Y K H S L
Decimal 169 110 138 0 0.35 0.18 0.34 331.53 0.26 0.55
Hex A9 6E 8A 0 23 12 22 14C 1A 37
Octal 251 156 212 0 43 22 42 514 32 67
Binary 10101001 1101110 10001010 0 100011 10010 100010 101001100 11010 110111

Color Harmonies of #A96E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96E8A

Black with #A96E8A

Text Example


Text Example

White with #A96E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96E8A; }

 p { color: rgb(169,110,138); }

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

background-color css

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

 a { background-color: rgb(169,110,138); }

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

border-color css

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

 span { border-color: rgb(169,110,138); }

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