Html Css Color HEX #A15064 Vin Rouge

📋 copy color: '#A15064'

red 161 ◦ green 80 ◦ blue 100

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

Shades of Vin Rouge #A15064

Tints of Vin Rouge #A15064

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.46%

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

R = 47.21%
G = 23.46%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A15064 (or 0xA15064) is known color: Vin Rouge. HEX triplet: A1, 50 and 64. RGB value is (161,80,100). Sum of RGB (Red+Green+Blue) = 161+80+100=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A15064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15064 is #5EAF9B. Grayscale: #6A6A6A. Windows color (decimal): -6205340 or 6574241. OLE color: 6574241.

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

Color convert

RGB 161 80 100 -
CMYK 0 0.50 0.38 0.37
HSL 345.19º 0.34% 0.47% -
HSV(B) 345.19º 0.5% 0.63% -
XYZ 19.87 14.23 13.76 -
YUV 106.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 161 80 100 0 0.50 0.38 0.37 345.19 0.34 0.47
Hex A1 50 64 0 32 26 25 159 22 2F
Octal 241 120 144 0 62 46 45 531 42 57
Binary 10100001 1010000 1100100 0 110010 100110 100101 101011001 100010 101111

Color Harmonies of #A15064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15064

Black with #A15064

Text Example


Text Example

White with #A15064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15064; }

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

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

background-color css

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

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

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

border-color css

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

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

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