Html Css Color HEX #A5637D Tapestry

📋 copy color: '#A5637D'

red 165 ◦ green 99 ◦ blue 125

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

Shades of Tapestry #A5637D

Tints of Tapestry #A5637D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.45%

 BLUE value IS 125 (49.22% from 255) = 32.13%

R = 42.42%
G = 25.45%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A5637D (or 0xA5637D) is known color: Tapestry. HEX triplet: A5, 63 and 7D. RGB value is (165,99,125). Sum of RGB (Red+Green+Blue) = 165+99+125=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A5637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5637D is #5A9C82. Grayscale: #797979. Windows color (decimal): -5938307 or 8217509. OLE color: 8217509.

HSL color Cylindrical-coordinate representation of color #A5637D: hue angle of 336.36º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5637D is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 99 125 -
CMYK 0 0.40 0.24 0.35
HSL 336.36º 0.27% 0.52% -
HSV(B) 336.36º 0.4% 0.65% -
XYZ 23.68 18.4 21.71 -
YUV 121.7 129.87 158.89 -
System Red Green Blue C M Y K H S L
Decimal 165 99 125 0 0.40 0.24 0.35 336.36 0.27 0.52
Hex A5 63 7D 0 28 18 23 150 1B 34
Octal 245 143 175 0 50 30 43 520 33 64
Binary 10100101 1100011 1111101 0 101000 11000 100011 101010000 11011 110100

Color Harmonies of #A5637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5637D

Black with #A5637D

Text Example


Text Example

White with #A5637D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5637D; }

 p { color: rgb(165,99,125); }

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

background-color css

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

 a { background-color: rgb(165,99,125); }

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

border-color css

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

 span { border-color: rgb(165,99,125); }

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