#A45C6B

Color #A45C6B Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #A45C6B

Tints of Vin Rouge #A45C6B

Color information

#A45C6B (or 0xA45C6B) is unknown color: approx Vin Rouge. HEX triplet: A4, 5C and 6B. RGB value is (164,92,107). Sum of RGB (Red+Green+Blue) = 164+92+107=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45C6B is #5BA394. Grayscale: #737373. Windows color (decimal): -6005653 or 7036068. OLE color: 7036068.

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

Color convert

RGB16492107-
CMYK00.440.350.36
HSL347.5º28.35%50.2%-
HSV(B)347.5º43.9%64.31%-
XYZ21.7916.6115.97-
YUV115.24123.35162.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.18%
GREEN value IS 92 (36.33% from 255) = 25.34%
BLUE value IS 107 (42.19% from 255) = 29.48%
R=45.18%
G=25.34%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649210700.440.350.36347.528.3550.2
HexA45C6B02C232415c1c32
Octal24413415305443445343462
Binary1010010010111001101011010110010001110010010101110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45C6B; }

 p { color: rgb(164,92,107); }

 H1.HeaderClassName
 {
   color: #A45C6B;
 }
 .AnyTagClassName
 {
   color: #A45C6B;
 }
</style>
background-color css

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

 a { background-color: rgb(164,92,107); }

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

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

 span { border-color: rgb(164,92,107); }

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