Html Css Color HEX #A5677C Tapestry

📋 copy color: '#A5677C'

red 165 ◦ green 103 ◦ blue 124

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

Shades of Tapestry #A5677C

Tints of Tapestry #A5677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.28%

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

R = 42.09%
G = 26.28%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5677C (or 0xA5677C) is known color: Tapestry. HEX triplet: A5, 67 and 7C. RGB value is (165,103,124). Sum of RGB (Red+Green+Blue) = 165+103+124=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A5677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5677C is #5A9883. Grayscale: #7B7B7B. Windows color (decimal): -5937284 or 8152997. OLE color: 8152997.

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

Color convert

RGB 165 103 124 -
CMYK 0 0.38 0.25 0.35
HSL 339.68º 0.26% 0.53% -
HSV(B) 339.68º 0.38% 0.65% -
XYZ 24.01 19.16 21.5 -
YUV 123.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 165 103 124 0 0.38 0.25 0.35 339.68 0.26 0.53
Hex A5 67 7C 0 26 19 23 154 1A 35
Octal 245 147 174 0 46 31 43 524 32 65
Binary 10100101 1100111 1111100 0 100110 11001 100011 101010100 11010 110101

Color Harmonies of #A5677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5677C

Black with #A5677C

Text Example


Text Example

White with #A5677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5677C; }

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

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

background-color css

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

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

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

border-color css

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

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

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