Html Css Color HEX #A9718B Tapestry

📋 copy color: '#A9718B'

red 169 ◦ green 113 ◦ blue 139

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

Shades of Tapestry #A9718B

Tints of Tapestry #A9718B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.84%

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

R = 40.14%
G = 26.84%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A9718B (or 0xA9718B) is known color: Tapestry. HEX triplet: A9, 71 and 8B. RGB value is (169,113,139). Sum of RGB (Red+Green+Blue) = 169+113+139=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A9718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9718B is #568E74. Grayscale: #848484. Windows color (decimal): -5672565 or 9138601. OLE color: 9138601.

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

Color convert

RGB 169 113 139 -
CMYK 0 0.33 0.18 0.34
HSL 332.14º 0.25% 0.55% -
HSV(B) 332.14º 0.33% 0.66% -
XYZ 26.93 22.11 27.27 -
YUV 132.71 131.55 153.89 -
System Red Green Blue C M Y K H S L
Decimal 169 113 139 0 0.33 0.18 0.34 332.14 0.25 0.55
Hex A9 71 8B 0 21 12 22 14C 19 37
Octal 251 161 213 0 41 22 42 514 31 67
Binary 10101001 1110001 10001011 0 100001 10010 100010 101001100 11001 110111

Color Harmonies of #A9718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9718B

Black with #A9718B

Text Example


Text Example

White with #A9718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9718B; }

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

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

background-color css

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

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

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

border-color css

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

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

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