#a3356a

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

Shades of Rouge #A3356A

Tints of Rouge #A3356A

Color information

#A3356A (or 0xA3356A) is unknown color: approx Rouge. HEX triplet: A3, 35 and 6A. RGB value is (163,53,106). Sum of RGB (Red+Green+Blue) = 163+53+106=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A3356A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3356A is #5CCA95. Grayscale: #5B5B5B. Windows color (decimal): -6081174 or 6960547. OLE color: 6960547.

HSL color Cylindrical-coordinate representation of color #A3356A: hue angle of 331.09º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A3356A is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB16353106-
CMYK00.670.350.36
HSL331.09º50.93%42.35%-
HSV(B)331.09º67.48%63.92%-
XYZ18.9811.3714.83-
YUV91.93135.94178.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.62%
GREEN value IS 53 (21.09% from 255) = 16.46%
BLUE value IS 106 (41.80% from 255) = 32.92%
R=50.62%
G=16.46%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635310600.670.350.36331.0950.9342.35
HexA3356A043232414b332a
Octal24365152010343445136352
Binary10100011110101110101001000011100011100100101001011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3356a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3356a; }

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

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

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

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

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

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

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

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