#A3496A

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

Shades of Rouge #A3496A

Tints of Rouge #A3496A

Color information

#A3496A (or 0xA3496A) is unknown color: approx Rouge. HEX triplet: A3, 49 and 6A. RGB value is (163,73,106). Sum of RGB (Red+Green+Blue) = 163+73+106=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A3496A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3496A is #5CB695. Grayscale: #676767. Windows color (decimal): -6076054 or 6965667. OLE color: 6965667.

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

Color convert

RGB16373106-
CMYK00.550.350.36
HSL338º38.14%46.27%-
HSV(B)338º55.21%63.92%-
XYZ20.0913.5915.2-
YUV103.67129.32170.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.66%
GREEN value IS 73 (28.91% from 255) = 21.35%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=47.66%
G=21.35%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637310600.550.350.3633838.1446.27
HexA3496A0372324152262e
Octal24311115206743445224656
Binary10100011100100111010100110111100011100100101010010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3496A; }

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

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

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

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

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

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

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

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