#A3345E

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

Shades of Rouge #A3345E

Tints of Rouge #A3345E

Color information

#A3345E (or 0xA3345E) is unknown color: approx Rouge. HEX triplet: A3, 34 and 5E. RGB value is (163,52,94). Sum of RGB (Red+Green+Blue) = 163+52+94=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A3345E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3345E is #5CCBA1. Grayscale: #595959. Windows color (decimal): -6081442 or 6173859. OLE color: 6173859.

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

Color convert

RGB1635294-
CMYK00.680.420.36
HSL337.3º51.63%42.16%-
HSV(B)337.3º68.1%63.92%-
XYZ18.3511.0511.76-
YUV89.98130.27180.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.75%
GREEN value IS 52 (20.70% from 255) = 16.83%
BLUE value IS 94 (37.11% from 255) = 30.42%
R=52.75%
G=16.83%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163529400.680.420.36337.351.6342.16
HexA3345E0442A24151342a
Octal24364136010452445216452
Binary10100011110100101111001000100101010100100101010001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3345E; }

 p { color: rgb(163,52,94); }

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

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

 a { background-color: rgb(163,52,94); }

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

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

 span { border-color: rgb(163,52,94); }

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