Html Css Color HEX #A15465 Vin Rouge

📋 copy color: '#A15465'

red 161 ◦ green 84 ◦ blue 101

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

Shades of Vin Rouge #A15465

Tints of Vin Rouge #A15465

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.28%

 BLUE value IS 101 (39.84% from 255) = 29.19%

R = 46.53%
G = 24.28%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A15465 (or 0xA15465) is known color: Vin Rouge. HEX triplet: A1, 54 and 65. RGB value is (161,84,101). Sum of RGB (Red+Green+Blue) = 161+84+101=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A15465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15465 is #5EAB9A. Grayscale: #6C6C6C. Windows color (decimal): -6204315 or 6640801. OLE color: 6640801.

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

Color convert

RGB 161 84 101 -
CMYK 0 0.48 0.37 0.37
HSL 346.75º 0.31% 0.48% -
HSV(B) 346.75º 0.48% 0.63% -
XYZ 20.22 14.86 14.11 -
YUV 108.96 123.51 165.12 -
System Red Green Blue C M Y K H S L
Decimal 161 84 101 0 0.48 0.37 0.37 346.75 0.31 0.48
Hex A1 54 65 0 30 25 25 15B 1F 30
Octal 241 124 145 0 60 45 45 533 37 60
Binary 10100001 1010100 1100101 0 110000 100101 100101 101011011 11111 110000

Color Harmonies of #A15465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15465

Black with #A15465

Text Example


Text Example

White with #A15465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15465; }

 p { color: rgb(161,84,101); }

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

background-color css

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

 a { background-color: rgb(161,84,101); }

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

border-color css

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

 span { border-color: rgb(161,84,101); }

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