Html Css Color HEX #A2596E Vin Rouge

📋 copy color: '#A2596E'

red 162 ◦ green 89 ◦ blue 110

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

Shades of Vin Rouge #A2596E

Tints of Vin Rouge #A2596E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.47%

R = 44.88%
G = 24.65%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A2596E (or 0xA2596E) is known color: Vin Rouge. HEX triplet: A2, 59 and 6E. RGB value is (162,89,110). Sum of RGB (Red+Green+Blue) = 162+89+110=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A2596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2596E is #5DA691. Grayscale: #717171. Windows color (decimal): -6137490 or 7231906. OLE color: 7231906.

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

Color convert

RGB 162 89 110 -
CMYK 0 0.45 0.32 0.36
HSL 342.74º 0.29% 0.49% -
HSV(B) 342.74º 0.45% 0.64% -
XYZ 21.29 15.95 16.71 -
YUV 113.22 126.18 162.79 -
System Red Green Blue C M Y K H S L
Decimal 162 89 110 0 0.45 0.32 0.36 342.74 0.29 0.49
Hex A2 59 6E 0 2D 20 24 157 1D 31
Octal 242 131 156 0 55 40 44 527 35 61
Binary 10100010 1011001 1101110 0 101101 100000 100100 101010111 11101 110001

Color Harmonies of #A2596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2596E

Black with #A2596E

Text Example


Text Example

White with #A2596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2596E; }

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

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

background-color css

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

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

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

border-color css

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

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

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