Html Css Color HEX #A4576D Vin Rouge

📋 copy color: '#A4576D'

red 164 ◦ green 87 ◦ blue 109

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

Shades of Vin Rouge #A4576D

Tints of Vin Rouge #A4576D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.17%

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

R = 45.56%
G = 24.17%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4576D (or 0xA4576D) is known color: Vin Rouge. HEX triplet: A4, 57 and 6D. RGB value is (164,87,109). Sum of RGB (Red+Green+Blue) = 164+87+109=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A4576D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4576D is #5BA892. Grayscale: #707070. Windows color (decimal): -6006931 or 7165860. OLE color: 7165860.

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

Color convert

RGB 164 87 109 -
CMYK 0 0.47 0.34 0.36
HSL 342.86º 0.31% 0.49% -
HSV(B) 342.86º 0.47% 0.64% -
XYZ 21.48 15.81 16.39 -
YUV 112.53 126.01 164.71 -
System Red Green Blue C M Y K H S L
Decimal 164 87 109 0 0.47 0.34 0.36 342.86 0.31 0.49
Hex A4 57 6D 0 2F 22 24 157 1F 31
Octal 244 127 155 0 57 42 44 527 37 61
Binary 10100100 1010111 1101101 0 101111 100010 100100 101010111 11111 110001

Color Harmonies of #A4576D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4576D

Black with #A4576D

Text Example


Text Example

White with #A4576D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4576D; }

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

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

background-color css

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

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

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

border-color css

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

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

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