Html Css Color HEX #A15A6B Vin Rouge

📋 copy color: '#A15A6B'

red 161 ◦ green 90 ◦ blue 107

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

Shades of Vin Rouge #A15A6B

Tints of Vin Rouge #A15A6B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.14%

 BLUE value IS 107 (42.19% from 255) = 29.89%

R = 44.97%
G = 25.14%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A15A6B (or 0xA15A6B) is known color: Vin Rouge. HEX triplet: A1, 5A and 6B. RGB value is (161,90,107). Sum of RGB (Red+Green+Blue) = 161+90+107=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15A6B is #5EA594. Grayscale: #717171. Windows color (decimal): -6202773 or 7035553. OLE color: 7035553.

HSL color Cylindrical-coordinate representation of color #A15A6B: hue angle of 345.63º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A15A6B is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 90 107 -
CMYK 0 0.44 0.34 0.37
HSL 345.63º 0.28% 0.49% -
HSV(B) 345.63º 0.44% 0.63% -
XYZ 21.01 15.95 15.88 -
YUV 113.17 124.52 162.12 -
System Red Green Blue C M Y K H S L
Decimal 161 90 107 0 0.44 0.34 0.37 345.63 0.28 0.49
Hex A1 5A 6B 0 2C 22 25 15A 1C 31
Octal 241 132 153 0 54 42 45 532 34 61
Binary 10100001 1011010 1101011 0 101100 100010 100101 101011010 11100 110001

Color Harmonies of #A15A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15A6B

Black with #A15A6B

Text Example


Text Example

White with #A15A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15A6B; }

 p { color: rgb(161,90,107); }

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

background-color css

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

 a { background-color: rgb(161,90,107); }

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

border-color css

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

 span { border-color: rgb(161,90,107); }

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