#A3496C

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

Shades of Rouge #A3496C

Tints of Rouge #A3496C

Color information

#A3496C (or 0xA3496C) is unknown color: approx Rouge. HEX triplet: A3, 49 and 6C. RGB value is (163,73,108). Sum of RGB (Red+Green+Blue) = 163+73+108=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A3496C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3496C is #5CB693. Grayscale: #676767. Windows color (decimal): -6076052 or 7096739. OLE color: 7096739.

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

Color convert

RGB16373108-
CMYK00.550.340.36
HSL336.67º38.14%46.27%-
HSV(B)336.67º55.21%63.92%-
XYZ20.1913.6315.75-
YUV103.9130.32170.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.38%
GREEN value IS 73 (28.91% from 255) = 21.22%
BLUE value IS 108 (42.58% from 255) = 31.40%
R=47.38%
G=21.22%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637310800.550.340.36336.6738.1446.27
HexA3496C0372224151262e
Octal24311115406742445214656
Binary10100011100100111011000110111100010100100101010001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3496C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3496C; }

 p { color: rgb(163,73,108); }

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

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

 a { background-color: rgb(163,73,108); }

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

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

 span { border-color: rgb(163,73,108); }

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