Html Css Color HEX #A5657C Tapestry

📋 copy color: '#A5657C'

red 165 ◦ green 101 ◦ blue 124

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

Shades of Tapestry #A5657C

Tints of Tapestry #A5657C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.9%

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

R = 42.31%
G = 25.9%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5657C (or 0xA5657C) is known color: Tapestry. HEX triplet: A5, 65 and 7C. RGB value is (165,101,124). Sum of RGB (Red+Green+Blue) = 165+101+124=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A5657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5657C is #5A9A83. Grayscale: #7A7A7A. Windows color (decimal): -5937796 or 8152485. OLE color: 8152485.

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

Color convert

RGB 165 101 124 -
CMYK 0 0.39 0.25 0.35
HSL 338.44º 0.26% 0.52% -
HSV(B) 338.44º 0.39% 0.65% -
XYZ 23.81 18.76 21.44 -
YUV 122.76 128.7 158.13 -
System Red Green Blue C M Y K H S L
Decimal 165 101 124 0 0.39 0.25 0.35 338.44 0.26 0.52
Hex A5 65 7C 0 27 19 23 152 1A 34
Octal 245 145 174 0 47 31 43 522 32 64
Binary 10100101 1100101 1111100 0 100111 11001 100011 101010010 11010 110100

Color Harmonies of #A5657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5657C

Black with #A5657C

Text Example


Text Example

White with #A5657C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5657C; }

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

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

background-color css

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

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

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

border-color css

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

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

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