Html Css Color HEX #A3596C Vin Rouge

📋 copy color: '#A3596C'

red 163 ◦ green 89 ◦ blue 108

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

Shades of Vin Rouge #A3596C

Tints of Vin Rouge #A3596C

RGB

 RED value IS 163 (64.06% from 255) = 45.28%

 GREEN value IS 89 (35.16% from 255) = 24.72%

 BLUE value IS 108 (42.58% from 255) = 30%

R = 45.28%
G = 24.72%
B = 30%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A3596C (or 0xA3596C) is known color: Vin Rouge. HEX triplet: A3, 59 and 6C. RGB value is (163,89,108). Sum of RGB (Red+Green+Blue) = 163+89+108=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A3596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3596C is #5CA693. Grayscale: #717171. Windows color (decimal): -6071956 or 7100835. OLE color: 7100835.

HSL color Cylindrical-coordinate representation of color #A3596C: hue angle of 344.59º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A3596C is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 89 108 -
CMYK 0 0.45 0.34 0.36
HSL 344.59º 0.29% 0.49% -
HSV(B) 344.59º 0.45% 0.64% -
XYZ 21.38 16.01 16.15 -
YUV 113.29 125.02 163.46 -
System Red Green Blue C M Y K H S L
Decimal 163 89 108 0 0.45 0.34 0.36 344.59 0.29 0.49
Hex A3 59 6C 0 2D 22 24 159 1D 31
Octal 243 131 154 0 55 42 44 531 35 61
Binary 10100011 1011001 1101100 0 101101 100010 100100 101011001 11101 110001

Color Harmonies of #A3596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3596C

Black with #A3596C

Text Example


Text Example

White with #A3596C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3596C; }

 p { color: rgb(163,89,108); }

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

background-color css

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

 a { background-color: rgb(163,89,108); }

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

border-color css

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

 span { border-color: rgb(163,89,108); }

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