#A5346E

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

Shades of Rouge #A5346E

Tints of Rouge #A5346E

Color information

#A5346E (or 0xA5346E) is unknown color: approx Rouge. HEX triplet: A5, 34 and 6E. RGB value is (165,52,110). Sum of RGB (Red+Green+Blue) = 165+52+110=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A5346E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5346E is #5ACB91. Grayscale: #5C5C5C. Windows color (decimal): -5950354 or 7222437. OLE color: 7222437.

HSL color Cylindrical-coordinate representation of color #A5346E: hue angle of 329.2º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A5346E is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16552110-
CMYK00.680.330.35
HSL329.2º52.07%42.55%-
HSV(B)329.2º68.48%64.71%-
XYZ19.5611.5815.96-
YUV92.4137.94179.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.46%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 110 (43.36% from 255) = 33.64%
R=50.46%
G=15.90%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655211000.680.330.35329.252.0742.55
HexA5346E0442123149342b
Octal24564156010441435116453
Binary10100101110100110111001000100100001100011101001001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5346E; }

 p { color: rgb(165,52,110); }

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

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

 a { background-color: rgb(165,52,110); }

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

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

 span { border-color: rgb(165,52,110); }

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