Html Css Color HEX #A2596A Vin Rouge

📋 copy color: '#A2596A'

red 162 ◦ green 89 ◦ blue 106

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

Shades of Vin Rouge #A2596A

Tints of Vin Rouge #A2596A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.69%

R = 45.38%
G = 24.93%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A2596A (or 0xA2596A) is known color: Vin Rouge. HEX triplet: A2, 59 and 6A. RGB value is (162,89,106). Sum of RGB (Red+Green+Blue) = 162+89+106=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A2596A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2596A is #5DA695. Grayscale: #707070. Windows color (decimal): -6137494 or 6969762. OLE color: 6969762.

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

Color convert

RGB 162 89 106 -
CMYK 0 0.45 0.35 0.36
HSL 346.03º 0.29% 0.49% -
HSV(B) 346.03º 0.45% 0.64% -
XYZ 21.07 15.87 15.59 -
YUV 112.77 124.18 163.12 -
System Red Green Blue C M Y K H S L
Decimal 162 89 106 0 0.45 0.35 0.36 346.03 0.29 0.49
Hex A2 59 6A 0 2D 23 24 15A 1D 31
Octal 242 131 152 0 55 43 44 532 35 61
Binary 10100010 1011001 1101010 0 101101 100011 100100 101011010 11101 110001

Color Harmonies of #A2596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2596A

Black with #A2596A

Text Example


Text Example

White with #A2596A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2596A; }

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

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

background-color css

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

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

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

border-color css

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

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

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