#A3346F

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

Shades of Rouge #A3346F

Tints of Rouge #A3346F

Color information

#A3346F (or 0xA3346F) is unknown color: approx Rouge. HEX triplet: A3, 34 and 6F. RGB value is (163,52,111). Sum of RGB (Red+Green+Blue) = 163+52+111=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3346F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3346F is #5CCB90. Grayscale: #5B5B5B. Windows color (decimal): -6081425 or 7287971. OLE color: 7287971.

HSL color Cylindrical-coordinate representation of color #A3346F: hue angle of 328.11º 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 #A3346F is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB16352111-
CMYK00.680.320.36
HSL328.11º51.63%42.16%-
HSV(B)328.11º68.1%63.92%-
XYZ19.211.3916.23-
YUV91.92138.77178.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50%
GREEN value IS 52 (20.70% from 255) = 15.95%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=50%
G=15.95%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635211100.680.320.36328.1151.6342.16
HexA3346F0442024148342a
Octal24364157010440445106452
Binary10100011110100110111101000100100000100100101001000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3346F; }

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

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

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

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

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

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

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

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