Html Css Color HEX #A2596C Vin Rouge

📋 copy color: '#A2596C'

red 162 ◦ green 89 ◦ blue 108

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

Shades of Vin Rouge #A2596C

Tints of Vin Rouge #A2596C

RGB

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

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

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

R = 45.13%
G = 24.79%
B = 30.08%

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

#A2596C (or 0xA2596C) is known color: Vin Rouge. HEX triplet: A2, 59 and 6C. RGB value is (162,89,108). Sum of RGB (Red+Green+Blue) = 162+89+108=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A2596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2596C is #5DA693. Grayscale: #707070. Windows color (decimal): -6137492 or 7100834. OLE color: 7100834.

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

Color convert

RGB 162 89 108 -
CMYK 0 0.45 0.33 0.36
HSL 344.38º 0.29% 0.49% -
HSV(B) 344.38º 0.45% 0.64% -
XYZ 21.18 15.91 16.14 -
YUV 112.99 125.18 162.96 -
System Red Green Blue C M Y K H S L
Decimal 162 89 108 0 0.45 0.33 0.36 344.38 0.29 0.49
Hex A2 59 6C 0 2D 21 24 158 1D 31
Octal 242 131 154 0 55 41 44 530 35 61
Binary 10100010 1011001 1101100 0 101101 100001 100100 101011000 11101 110001

Color Harmonies of #A2596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2596C

Black with #A2596C

Text Example


Text Example

White with #A2596C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2596C; }

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

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

background-color css

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

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

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

border-color css

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

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

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