Html Css Color HEX #A15E65 Vin Rouge

📋 copy color: '#A15E65'

red 161 ◦ green 94 ◦ blue 101

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

Shades of Vin Rouge #A15E65

Tints of Vin Rouge #A15E65

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.4%

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

R = 45.22%
G = 26.4%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A15E65 (or 0xA15E65) is known color: Vin Rouge. HEX triplet: A1, 5E and 65. RGB value is (161,94,101). Sum of RGB (Red+Green+Blue) = 161+94+101=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15E65 is #5EA19A. Grayscale: #727272. Windows color (decimal): -6201755 or 6643361. OLE color: 6643361.

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

Color convert

RGB 161 94 101 -
CMYK 0 0.42 0.37 0.37
HSL 353.73º 0.26% 0.5% -
HSV(B) 353.73º 0.42% 0.63% -
XYZ 21.05 16.52 14.39 -
YUV 114.83 120.2 160.93 -
System Red Green Blue C M Y K H S L
Decimal 161 94 101 0 0.42 0.37 0.37 353.73 0.26 0.5
Hex A1 5E 65 0 2A 25 25 162 1A 32
Octal 241 136 145 0 52 45 45 542 32 62
Binary 10100001 1011110 1100101 0 101010 100101 100101 101100010 11010 110010

Color Harmonies of #A15E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15E65

Black with #A15E65

Text Example


Text Example

White with #A15E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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