Html Css Color HEX #A5617C Tapestry

📋 copy color: '#A5617C'

red 165 ◦ green 97 ◦ blue 124

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

Shades of Tapestry #A5617C

Tints of Tapestry #A5617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.13%

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

R = 42.75%
G = 25.13%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5617C (or 0xA5617C) is known color: Tapestry. HEX triplet: A5, 61 and 7C. RGB value is (165,97,124). Sum of RGB (Red+Green+Blue) = 165+97+124=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A5617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5617C is #5A9E83. Grayscale: #787878. Windows color (decimal): -5938820 or 8151461. OLE color: 8151461.

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

Color convert

RGB 165 97 124 -
CMYK 0 0.41 0.25 0.35
HSL 336.18º 0.27% 0.51% -
HSV(B) 336.18º 0.41% 0.65% -
XYZ 23.43 18 21.31 -
YUV 120.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 165 97 124 0 0.41 0.25 0.35 336.18 0.27 0.51
Hex A5 61 7C 0 29 19 23 150 1B 33
Octal 245 141 174 0 51 31 43 520 33 63
Binary 10100101 1100001 1111100 0 101001 11001 100011 101010000 11011 110011

Color Harmonies of #A5617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5617C

Black with #A5617C

Text Example


Text Example

White with #A5617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5617C; }

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

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

background-color css

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

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

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

border-color css

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

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

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