Html Css Color HEX #A9758C Tapestry

📋 copy color: '#A9758C'

red 169 ◦ green 117 ◦ blue 140

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

Shades of Tapestry #A9758C

Tints of Tapestry #A9758C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.46%

 BLUE value IS 140 (55.08% from 255) = 32.86%

R = 39.67%
G = 27.46%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A9758C (or 0xA9758C) is known color: Tapestry. HEX triplet: A9, 75 and 8C. RGB value is (169,117,140). Sum of RGB (Red+Green+Blue) = 169+117+140=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A9758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9758C is #568A73. Grayscale: #878787. Windows color (decimal): -5671540 or 9205161. OLE color: 9205161.

HSL color Cylindrical-coordinate representation of color #A9758C: hue angle of 333.46º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9758C is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 117 140 -
CMYK 0 0.31 0.17 0.34
HSL 333.46º 0.23% 0.56% -
HSV(B) 333.46º 0.31% 0.66% -
XYZ 27.46 23.05 27.81 -
YUV 135.17 130.73 152.13 -
System Red Green Blue C M Y K H S L
Decimal 169 117 140 0 0.31 0.17 0.34 333.46 0.23 0.56
Hex A9 75 8C 0 1F 11 22 14D 17 38
Octal 251 165 214 0 37 21 42 515 27 70
Binary 10101001 1110101 10001100 0 11111 10001 100010 101001101 10111 111000

Color Harmonies of #A9758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9758C

Black with #A9758C

Text Example


Text Example

White with #A9758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9758C; }

 p { color: rgb(169,117,140); }

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

background-color css

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

 a { background-color: rgb(169,117,140); }

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

border-color css

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

 span { border-color: rgb(169,117,140); }

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