#A45469

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

Shades of Vin Rouge #A45469

Tints of Vin Rouge #A45469

Color information

#A45469 (or 0xA45469) is unknown color: approx Vin Rouge. HEX triplet: A4, 54 and 69. RGB value is (164,84,105). Sum of RGB (Red+Green+Blue) = 164+84+105=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A45469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45469 is #5BAB96. Grayscale: #6E6E6E. Windows color (decimal): -6007703 or 6902948. OLE color: 6902948.

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

Color convert

RGB16484105-
CMYK00.490.360.36
HSL344.25º32.26%48.63%-
HSV(B)344.25º48.78%64.31%-
XYZ21.0315.2515.2-
YUV110.31125166.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.46%
GREEN value IS 84 (33.20% from 255) = 23.80%
BLUE value IS 105 (41.41% from 255) = 29.75%
R=46.46%
G=23.80%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648410500.490.360.36344.2532.2648.63
HexA4546903124241582031
Octal24412415106144445304061
Binary10100100101010011010010110001100100100100101011000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45469; }

 p { color: rgb(164,84,105); }

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

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

 a { background-color: rgb(164,84,105); }

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

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

 span { border-color: rgb(164,84,105); }

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