Html Css Color HEX #A95E7C Tapestry

📋 copy color: '#A95E7C'

red 169 ◦ green 94 ◦ blue 124

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

Shades of Tapestry #A95E7C

Tints of Tapestry #A95E7C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.29%

 BLUE value IS 124 (48.83% from 255) = 32.04%

R = 43.67%
G = 24.29%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A95E7C (or 0xA95E7C) is known color: Tapestry. HEX triplet: A9, 5E and 7C. RGB value is (169,94,124). Sum of RGB (Red+Green+Blue) = 169+94+124=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A95E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95E7C is #56A183. Grayscale: #777777. Windows color (decimal): -5677444 or 8150697. OLE color: 8150697.

HSL color Cylindrical-coordinate representation of color #A95E7C: hue angle of 336º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A95E7C is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 94 124 -
CMYK 0 0.44 0.27 0.34
HSL 336º 0.3% 0.52% -
HSV(B) 336º 0.44% 0.66% -
XYZ 24 17.9 21.26 -
YUV 119.85 130.35 163.06 -
System Red Green Blue C M Y K H S L
Decimal 169 94 124 0 0.44 0.27 0.34 336 0.3 0.52
Hex A9 5E 7C 0 2C 1B 22 150 1E 34
Octal 251 136 174 0 54 33 42 520 36 64
Binary 10101001 1011110 1111100 0 101100 11011 100010 101010000 11110 110100

Color Harmonies of #A95E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95E7C

Black with #A95E7C

Text Example


Text Example

White with #A95E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95E7C; }

 p { color: rgb(169,94,124); }

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

background-color css

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

 a { background-color: rgb(169,94,124); }

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

border-color css

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

 span { border-color: rgb(169,94,124); }

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