Html Css Color HEX #A4566D Vin Rouge

📋 copy color: '#A4566D'

red 164 ◦ green 86 ◦ blue 109

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

Shades of Vin Rouge #A4566D

Tints of Vin Rouge #A4566D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.96%

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

R = 45.68%
G = 23.96%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4566D (or 0xA4566D) is known color: Vin Rouge. HEX triplet: A4, 56 and 6D. RGB value is (164,86,109). Sum of RGB (Red+Green+Blue) = 164+86+109=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A4566D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4566D is #5BA992. Grayscale: #6F6F6F. Windows color (decimal): -6007187 or 7165604. OLE color: 7165604.

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

Color convert

RGB 164 86 109 -
CMYK 0 0.48 0.34 0.36
HSL 342.31º 0.31% 0.49% -
HSV(B) 342.31º 0.48% 0.64% -
XYZ 21.4 15.65 16.36 -
YUV 111.94 126.34 165.13 -
System Red Green Blue C M Y K H S L
Decimal 164 86 109 0 0.48 0.34 0.36 342.31 0.31 0.49
Hex A4 56 6D 0 30 22 24 156 1F 31
Octal 244 126 155 0 60 42 44 526 37 61
Binary 10100100 1010110 1101101 0 110000 100010 100100 101010110 11111 110001

Color Harmonies of #A4566D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4566D

Black with #A4566D

Text Example


Text Example

White with #A4566D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4566D; }

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

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

background-color css

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

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

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

border-color css

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

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

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