Html Css Color HEX #A2596D Vin Rouge

📋 copy color: '#A2596D'

red 162 ◦ green 89 ◦ blue 109

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

Shades of Vin Rouge #A2596D

Tints of Vin Rouge #A2596D

RGB

 RED value IS 162 (63.67% from 255) = 45%

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

 BLUE value IS 109 (42.97% from 255) = 30.28%

R = 45%
G = 24.72%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A2596D (or 0xA2596D) is known color: Vin Rouge. HEX triplet: A2, 59 and 6D. RGB value is (162,89,109). Sum of RGB (Red+Green+Blue) = 162+89+109=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A2596D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2596D is #5DA692. Grayscale: #717171. Windows color (decimal): -6137491 or 7166370. OLE color: 7166370.

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

Color convert

RGB 162 89 109 -
CMYK 0 0.45 0.33 0.36
HSL 343.56º 0.29% 0.49% -
HSV(B) 343.56º 0.45% 0.64% -
XYZ 21.23 15.93 16.42 -
YUV 113.11 125.68 162.87 -
System Red Green Blue C M Y K H S L
Decimal 162 89 109 0 0.45 0.33 0.36 343.56 0.29 0.49
Hex A2 59 6D 0 2D 21 24 158 1D 31
Octal 242 131 155 0 55 41 44 530 35 61
Binary 10100010 1011001 1101101 0 101101 100001 100100 101011000 11101 110001

Color Harmonies of #A2596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2596D

Black with #A2596D

Text Example


Text Example

White with #A2596D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2596D; }

 p { color: rgb(162,89,109); }

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

background-color css

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

 a { background-color: rgb(162,89,109); }

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

border-color css

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

 span { border-color: rgb(162,89,109); }

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