Html Css Color HEX #A15564 Vin Rouge

📋 copy color: '#A15564'

red 161 ◦ green 85 ◦ blue 100

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

Shades of Vin Rouge #A15564

Tints of Vin Rouge #A15564

RGB

 RED value IS 161 (63.28% from 255) = 46.53%

 GREEN value IS 85 (33.59% from 255) = 24.57%

 BLUE value IS 100 (39.45% from 255) = 28.9%

R = 46.53%
G = 24.57%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A15564 (or 0xA15564) is known color: Vin Rouge. HEX triplet: A1, 55 and 64. RGB value is (161,85,100). Sum of RGB (Red+Green+Blue) = 161+85+100=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A15564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15564 is #5EAA9B. Grayscale: #6D6D6D. Windows color (decimal): -6204060 or 6575521. OLE color: 6575521.

HSL color Cylindrical-coordinate representation of color #A15564: hue angle of 348.16º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A15564 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 85 100 -
CMYK 0 0.47 0.38 0.37
HSL 348.16º 0.31% 0.48% -
HSV(B) 348.16º 0.47% 0.63% -
XYZ 20.25 14.99 13.88 -
YUV 109.43 122.68 164.78 -
System Red Green Blue C M Y K H S L
Decimal 161 85 100 0 0.47 0.38 0.37 348.16 0.31 0.48
Hex A1 55 64 0 2F 26 25 15C 1F 30
Octal 241 125 144 0 57 46 45 534 37 60
Binary 10100001 1010101 1100100 0 101111 100110 100101 101011100 11111 110000

Color Harmonies of #A15564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15564

Black with #A15564

Text Example


Text Example

White with #A15564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15564; }

 p { color: rgb(161,85,100); }

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

background-color css

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

 a { background-color: rgb(161,85,100); }

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

border-color css

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

 span { border-color: rgb(161,85,100); }

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