Html Css Color HEX #A5556D Vin Rouge

📋 copy color: '#A5556D'

red 165 ◦ green 85 ◦ blue 109

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

Shades of Vin Rouge #A5556D

Tints of Vin Rouge #A5556D

RGB

 RED value IS 165 (64.84% from 255) = 45.96%

 GREEN value IS 85 (33.59% from 255) = 23.68%

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

R = 45.96%
G = 23.68%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A5556D (or 0xA5556D) is known color: Vin Rouge. HEX triplet: A5, 55 and 6D. RGB value is (165,85,109). Sum of RGB (Red+Green+Blue) = 165+85+109=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A5556D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5556D is #5AAA92. Grayscale: #6F6F6F. Windows color (decimal): -5941907 or 7165349. OLE color: 7165349.

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

Color convert

RGB 165 85 109 -
CMYK 0 0.48 0.34 0.35
HSL 342º 0.32% 0.49% -
HSV(B) 342º 0.48% 0.65% -
XYZ 21.53 15.6 16.34 -
YUV 111.66 126.5 166.05 -
System Red Green Blue C M Y K H S L
Decimal 165 85 109 0 0.48 0.34 0.35 342 0.32 0.49
Hex A5 55 6D 0 30 22 23 156 20 31
Octal 245 125 155 0 60 42 43 526 40 61
Binary 10100101 1010101 1101101 0 110000 100010 100011 101010110 100000 110001

Color Harmonies of #A5556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5556D

Black with #A5556D

Text Example


Text Example

White with #A5556D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5556D; }

 p { color: rgb(165,85,109); }

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

background-color css

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

 a { background-color: rgb(165,85,109); }

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

border-color css

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

 span { border-color: rgb(165,85,109); }

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