Html Css Color HEX #A15070 Vin Rouge

📋 copy color: '#A15070'

red 161 ◦ green 80 ◦ blue 112

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

Shades of Vin Rouge #A15070

Tints of Vin Rouge #A15070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.73%

R = 45.61%
G = 22.66%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A15070 (or 0xA15070) is known color: Vin Rouge. HEX triplet: A1, 50 and 70. RGB value is (161,80,112). Sum of RGB (Red+Green+Blue) = 161+80+112=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A15070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15070 is #5EAF8F. Grayscale: #6B6B6B. Windows color (decimal): -6205328 or 7360673. OLE color: 7360673.

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

Color convert

RGB 161 80 112 -
CMYK 0 0.50 0.30 0.37
HSL 336.3º 0.34% 0.47% -
HSV(B) 336.3º 0.5% 0.63% -
XYZ 20.49 14.48 17.04 -
YUV 107.87 130.34 165.9 -
System Red Green Blue C M Y K H S L
Decimal 161 80 112 0 0.50 0.30 0.37 336.3 0.34 0.47
Hex A1 50 70 0 32 1E 25 150 22 2F
Octal 241 120 160 0 62 36 45 520 42 57
Binary 10100001 1010000 1110000 0 110010 11110 100101 101010000 100010 101111

Color Harmonies of #A15070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15070

Black with #A15070

Text Example


Text Example

White with #A15070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15070; }

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

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

background-color css

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

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

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

border-color css

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

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

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