Html Css Color HEX #A3596B Vin Rouge

📋 copy color: '#A3596B'

red 163 ◦ green 89 ◦ blue 107

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

Shades of Vin Rouge #A3596B

Tints of Vin Rouge #A3596B

RGB

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

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

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

R = 45.4%
G = 24.79%
B = 29.81%

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

#A3596B (or 0xA3596B) is known color: Vin Rouge. HEX triplet: A3, 59 and 6B. RGB value is (163,89,107). Sum of RGB (Red+Green+Blue) = 163+89+107=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A3596B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3596B is #5CA694. Grayscale: #717171. Windows color (decimal): -6071957 or 7035299. OLE color: 7035299.

HSL color Cylindrical-coordinate representation of color #A3596B: hue angle of 345.41º 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 #A3596B is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 89 107 -
CMYK 0 0.45 0.34 0.36
HSL 345.41º 0.29% 0.49% -
HSV(B) 345.41º 0.45% 0.64% -
XYZ 21.33 15.99 15.87 -
YUV 113.18 124.52 163.54 -
System Red Green Blue C M Y K H S L
Decimal 163 89 107 0 0.45 0.34 0.36 345.41 0.29 0.49
Hex A3 59 6B 0 2D 22 24 159 1D 31
Octal 243 131 153 0 55 42 44 531 35 61
Binary 10100011 1011001 1101011 0 101101 100010 100100 101011001 11101 110001

Color Harmonies of #A3596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3596B

Black with #A3596B

Text Example


Text Example

White with #A3596B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3596B; }

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

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

background-color css

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

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

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

border-color css

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

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

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