Html Css Color HEX #A1556D Vin Rouge

📋 copy color: '#A1556D'

red 161 ◦ green 85 ◦ blue 109

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

Shades of Vin Rouge #A1556D

Tints of Vin Rouge #A1556D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.7%

R = 45.35%
G = 23.94%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A1556D (or 0xA1556D) is known color: Vin Rouge. HEX triplet: A1, 55 and 6D. RGB value is (161,85,109). Sum of RGB (Red+Green+Blue) = 161+85+109=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A1556D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1556D is #5EAA92. Grayscale: #6E6E6E. Windows color (decimal): -6204051 or 7165345. OLE color: 7165345.

HSL color Cylindrical-coordinate representation of color #A1556D: hue angle of 341.05º 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 #A1556D is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 85 109 -
CMYK 0 0.47 0.32 0.37
HSL 341.05º 0.31% 0.48% -
HSV(B) 341.05º 0.47% 0.63% -
XYZ 20.71 15.18 16.31 -
YUV 110.46 127.18 164.05 -
System Red Green Blue C M Y K H S L
Decimal 161 85 109 0 0.47 0.32 0.37 341.05 0.31 0.48
Hex A1 55 6D 0 2F 20 25 155 1F 30
Octal 241 125 155 0 57 40 45 525 37 60
Binary 10100001 1010101 1101101 0 101111 100000 100101 101010101 11111 110000

Color Harmonies of #A1556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1556D

Black with #A1556D

Text Example


Text Example

White with #A1556D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1556D; }

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

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

background-color css

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

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

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

border-color css

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

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

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