Html Css Color HEX #A4596D Vin Rouge

📋 copy color: '#A4596D'

red 164 ◦ green 89 ◦ blue 109

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

Shades of Vin Rouge #A4596D

Tints of Vin Rouge #A4596D

RGB

 RED value IS 164 (64.45% from 255) = 45.3%

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

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

R = 45.3%
G = 24.59%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4596D (or 0xA4596D) is known color: Vin Rouge. HEX triplet: A4, 59 and 6D. RGB value is (164,89,109). Sum of RGB (Red+Green+Blue) = 164+89+109=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A4596D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4596D is #5BA692. Grayscale: #717171. Windows color (decimal): -6006419 or 7166372. OLE color: 7166372.

HSL color Cylindrical-coordinate representation of color #A4596D: hue angle of 344º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4596D is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 89 109 -
CMYK 0 0.46 0.34 0.36
HSL 344º 0.3% 0.5% -
HSV(B) 344º 0.46% 0.64% -
XYZ 21.64 16.14 16.44 -
YUV 113.71 125.35 163.87 -
System Red Green Blue C M Y K H S L
Decimal 164 89 109 0 0.46 0.34 0.36 344 0.3 0.5
Hex A4 59 6D 0 2E 22 24 158 1E 32
Octal 244 131 155 0 56 42 44 530 36 62
Binary 10100100 1011001 1101101 0 101110 100010 100100 101011000 11110 110010

Color Harmonies of #A4596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4596D

Black with #A4596D

Text Example


Text Example

White with #A4596D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4596D; }

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

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

background-color css

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

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

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

border-color css

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

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

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