Html Css Color HEX #A15865 Vin Rouge

📋 copy color: '#A15865'

red 161 ◦ green 88 ◦ blue 101

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

Shades of Vin Rouge #A15865

Tints of Vin Rouge #A15865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.14%

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

R = 46%
G = 25.14%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A15865 (or 0xA15865) is known color: Vin Rouge. HEX triplet: A1, 58 and 65. RGB value is (161,88,101). Sum of RGB (Red+Green+Blue) = 161+88+101=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A15865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15865 is #5EA79A. Grayscale: #6F6F6F. Windows color (decimal): -6203291 or 6641825. OLE color: 6641825.

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

Color convert

RGB 161 88 101 -
CMYK 0 0.45 0.37 0.37
HSL 349.32º 0.29% 0.49% -
HSV(B) 349.32º 0.45% 0.63% -
XYZ 20.54 15.5 14.22 -
YUV 111.31 122.18 163.44 -
System Red Green Blue C M Y K H S L
Decimal 161 88 101 0 0.45 0.37 0.37 349.32 0.29 0.49
Hex A1 58 65 0 2D 25 25 15D 1D 31
Octal 241 130 145 0 55 45 45 535 35 61
Binary 10100001 1011000 1100101 0 101101 100101 100101 101011101 11101 110001

Color Harmonies of #A15865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15865

Black with #A15865

Text Example


Text Example

White with #A15865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15865; }

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

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

background-color css

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

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

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

border-color css

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

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

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