Html Css Color HEX #A4556E Vin Rouge

📋 copy color: '#A4556E'

red 164 ◦ green 85 ◦ blue 110

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

Shades of Vin Rouge #A4556E

Tints of Vin Rouge #A4556E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.64%

R = 45.68%
G = 23.68%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A4556E (or 0xA4556E) is known color: Vin Rouge. HEX triplet: A4, 55 and 6E. RGB value is (164,85,110). Sum of RGB (Red+Green+Blue) = 164+85+110=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A4556E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4556E is #5BAA91. Grayscale: #6F6F6F. Windows color (decimal): -6007442 or 7230884. OLE color: 7230884.

HSL color Cylindrical-coordinate representation of color #A4556E: hue angle of 341.01º degrees, saturation: 0.32, 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 #A4556E is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 85 110 -
CMYK 0 0.48 0.33 0.36
HSL 341.01º 0.32% 0.49% -
HSV(B) 341.01º 0.48% 0.64% -
XYZ 21.37 15.52 16.62 -
YUV 111.47 127.17 165.47 -
System Red Green Blue C M Y K H S L
Decimal 164 85 110 0 0.48 0.33 0.36 341.01 0.32 0.49
Hex A4 55 6E 0 30 21 24 155 20 31
Octal 244 125 156 0 60 41 44 525 40 61
Binary 10100100 1010101 1101110 0 110000 100001 100100 101010101 100000 110001

Color Harmonies of #A4556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4556E

Black with #A4556E

Text Example


Text Example

White with #A4556E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4556E; }

 p { color: rgb(164,85,110); }

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

background-color css

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

 a { background-color: rgb(164,85,110); }

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

border-color css

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

 span { border-color: rgb(164,85,110); }

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