Html Css Color HEX #A5697C Tapestry

📋 copy color: '#A5697C'

red 165 ◦ green 105 ◦ blue 124

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

Shades of Tapestry #A5697C

Tints of Tapestry #A5697C

RGB

 RED value IS 165 (64.84% from 255) = 41.88%

 GREEN value IS 105 (41.41% from 255) = 26.65%

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

R = 41.88%
G = 26.65%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5697C (or 0xA5697C) is known color: Tapestry. HEX triplet: A5, 69 and 7C. RGB value is (165,105,124). Sum of RGB (Red+Green+Blue) = 165+105+124=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A5697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5697C is #5A9683. Grayscale: #7D7D7D. Windows color (decimal): -5936772 or 8153509. OLE color: 8153509.

HSL color Cylindrical-coordinate representation of color #A5697C: hue angle of 341º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5697C is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 105 124 -
CMYK 0 0.36 0.25 0.35
HSL 341º 0.25% 0.53% -
HSV(B) 341º 0.36% 0.65% -
XYZ 24.21 19.56 21.57 -
YUV 125.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 165 105 124 0 0.36 0.25 0.35 341 0.25 0.53
Hex A5 69 7C 0 24 19 23 155 19 35
Octal 245 151 174 0 44 31 43 525 31 65
Binary 10100101 1101001 1111100 0 100100 11001 100011 101010101 11001 110101

Color Harmonies of #A5697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5697C

Black with #A5697C

Text Example


Text Example

White with #A5697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5697C; }

 p { color: rgb(165,105,124); }

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

background-color css

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

 a { background-color: rgb(165,105,124); }

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

border-color css

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

 span { border-color: rgb(165,105,124); }

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