Html Css Color HEX #A15068 Vin Rouge

📋 copy color: '#A15068'

red 161 ◦ green 80 ◦ blue 104

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

Shades of Vin Rouge #A15068

Tints of Vin Rouge #A15068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.14%

R = 46.67%
G = 23.19%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A15068 (or 0xA15068) is known color: Vin Rouge. HEX triplet: A1, 50 and 68. RGB value is (161,80,104). Sum of RGB (Red+Green+Blue) = 161+80+104=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A15068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15068 is #5EAF97. Grayscale: #6A6A6A. Windows color (decimal): -6205336 or 6836385. OLE color: 6836385.

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

Color convert

RGB 161 80 104 -
CMYK 0 0.50 0.35 0.37
HSL 342.22º 0.34% 0.47% -
HSV(B) 342.22º 0.5% 0.63% -
XYZ 20.07 14.31 14.8 -
YUV 106.96 126.34 166.55 -
System Red Green Blue C M Y K H S L
Decimal 161 80 104 0 0.50 0.35 0.37 342.22 0.34 0.47
Hex A1 50 68 0 32 23 25 156 22 2F
Octal 241 120 150 0 62 43 45 526 42 57
Binary 10100001 1010000 1101000 0 110010 100011 100101 101010110 100010 101111

Color Harmonies of #A15068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15068

Black with #A15068

Text Example


Text Example

White with #A15068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15068; }

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

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

background-color css

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

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

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

border-color css

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

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

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