#A9346E

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

Shades of Rouge #A9346E

Tints of Rouge #A9346E

Color information

#A9346E (or 0xA9346E) is unknown color: approx Rouge. HEX triplet: A9, 34 and 6E. RGB value is (169,52,110). Sum of RGB (Red+Green+Blue) = 169+52+110=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A9346E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9346E is #56CB91. Grayscale: #5D5D5D. Windows color (decimal): -5688210 or 7222441. OLE color: 7222441.

HSL color Cylindrical-coordinate representation of color #A9346E: hue angle of 330.26º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A9346E is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB16952110-
CMYK00.690.350.34
HSL330.26º52.94%43.33%-
HSV(B)330.26º69.23%66.27%-
XYZ20.412.0216-
YUV93.6137.26181.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.06%
GREEN value IS 52 (20.70% from 255) = 15.71%
BLUE value IS 110 (43.36% from 255) = 33.23%
R=51.06%
G=15.71%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695211000.690.350.34330.2652.9443.33
HexA9346E045232214a352b
Octal25164156010543425126553
Binary10101001110100110111001000101100011100010101001010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9346E; }

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

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

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

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

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

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

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

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