Html Css Color HEX #A2596B Vin Rouge

📋 copy color: '#A2596B'

red 162 ◦ green 89 ◦ blue 107

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

Shades of Vin Rouge #A2596B

Tints of Vin Rouge #A2596B

RGB

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

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

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

R = 45.25%
G = 24.86%
B = 29.89%

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

#A2596B (or 0xA2596B) is known color: Vin Rouge. HEX triplet: A2, 59 and 6B. RGB value is (162,89,107). Sum of RGB (Red+Green+Blue) = 162+89+107=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A2596B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2596B is #5DA694. Grayscale: #707070. Windows color (decimal): -6137493 or 7035298. OLE color: 7035298.

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

Color convert

RGB 162 89 107 -
CMYK 0 0.45 0.34 0.36
HSL 345.21º 0.29% 0.49% -
HSV(B) 345.21º 0.45% 0.64% -
XYZ 21.13 15.89 15.86 -
YUV 112.88 124.68 163.04 -
System Red Green Blue C M Y K H S L
Decimal 162 89 107 0 0.45 0.34 0.36 345.21 0.29 0.49
Hex A2 59 6B 0 2D 22 24 159 1D 31
Octal 242 131 153 0 55 42 44 531 35 61
Binary 10100010 1011001 1101011 0 101101 100010 100100 101011001 11101 110001

Color Harmonies of #A2596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2596B

Black with #A2596B

Text Example


Text Example

White with #A2596B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2596B; }

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

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

background-color css

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

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

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

border-color css

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

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

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