Html Css Color HEX #A95E7E Tapestry

📋 copy color: '#A95E7E'

red 169 ◦ green 94 ◦ blue 126

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

Shades of Tapestry #A95E7E

Tints of Tapestry #A95E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.39%

R = 43.44%
G = 24.16%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A95E7E (or 0xA95E7E) is known color: Tapestry. HEX triplet: A9, 5E and 7E. RGB value is (169,94,126). Sum of RGB (Red+Green+Blue) = 169+94+126=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A95E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95E7E is #56A181. Grayscale: #787878. Windows color (decimal): -5677442 or 8281769. OLE color: 8281769.

HSL color Cylindrical-coordinate representation of color #A95E7E: hue angle of 334.4º 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 #A95E7E is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 94 126 -
CMYK 0 0.44 0.25 0.34
HSL 334.4º 0.3% 0.52% -
HSV(B) 334.4º 0.44% 0.66% -
XYZ 24.13 17.95 21.93 -
YUV 120.07 131.35 162.9 -
System Red Green Blue C M Y K H S L
Decimal 169 94 126 0 0.44 0.25 0.34 334.4 0.3 0.52
Hex A9 5E 7E 0 2C 19 22 14E 1E 34
Octal 251 136 176 0 54 31 42 516 36 64
Binary 10101001 1011110 1111110 0 101100 11001 100010 101001110 11110 110100

Color Harmonies of #A95E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95E7E

Black with #A95E7E

Text Example


Text Example

White with #A95E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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