Html Css Color HEX #A5617B Tapestry

📋 copy color: '#A5617B'

red 165 ◦ green 97 ◦ blue 123

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

Shades of Tapestry #A5617B

Tints of Tapestry #A5617B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.95%

R = 42.86%
G = 25.19%
B = 31.95%

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

#A5617B (or 0xA5617B) is known color: Tapestry. HEX triplet: A5, 61 and 7B. RGB value is (165,97,123). Sum of RGB (Red+Green+Blue) = 165+97+123=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A5617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5617B is #5A9E84. Grayscale: #787878. Windows color (decimal): -5938821 or 8085925. OLE color: 8085925.

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

Color convert

RGB 165 97 123 -
CMYK 0 0.41 0.25 0.35
HSL 337.06º 0.27% 0.51% -
HSV(B) 337.06º 0.41% 0.65% -
XYZ 23.37 17.98 20.98 -
YUV 120.3 129.53 159.89 -
System Red Green Blue C M Y K H S L
Decimal 165 97 123 0 0.41 0.25 0.35 337.06 0.27 0.51
Hex A5 61 7B 0 29 19 23 151 1B 33
Octal 245 141 173 0 51 31 43 521 33 63
Binary 10100101 1100001 1111011 0 101001 11001 100011 101010001 11011 110011

Color Harmonies of #A5617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5617B

Black with #A5617B

Text Example


Text Example

White with #A5617B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5617B; }

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

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

background-color css

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

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

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

border-color css

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

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

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