Html Css Color HEX #A15066 Vin Rouge

📋 copy color: '#A15066'

red 161 ◦ green 80 ◦ blue 102

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

Shades of Vin Rouge #A15066

Tints of Vin Rouge #A15066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.74%

R = 46.94%
G = 23.32%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A15066 (or 0xA15066) is known color: Vin Rouge. HEX triplet: A1, 50 and 66. RGB value is (161,80,102). Sum of RGB (Red+Green+Blue) = 161+80+102=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A15066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15066 is #5EAF99. Grayscale: #6A6A6A. Windows color (decimal): -6205338 or 6705313. OLE color: 6705313.

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

Color convert

RGB 161 80 102 -
CMYK 0 0.50 0.37 0.37
HSL 343.7º 0.34% 0.47% -
HSV(B) 343.7º 0.5% 0.63% -
XYZ 19.96 14.27 14.27 -
YUV 106.73 125.34 166.71 -
System Red Green Blue C M Y K H S L
Decimal 161 80 102 0 0.50 0.37 0.37 343.7 0.34 0.47
Hex A1 50 66 0 32 25 25 158 22 2F
Octal 241 120 146 0 62 45 45 530 42 57
Binary 10100001 1010000 1100110 0 110010 100101 100101 101011000 100010 101111

Color Harmonies of #A15066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15066

Black with #A15066

Text Example


Text Example

White with #A15066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15066; }

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

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

background-color css

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

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

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

border-color css

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

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

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