#A34076

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

Shades of Rouge #A34076

Tints of Rouge #A34076

Color information

#A34076 (or 0xA34076) is unknown color: approx Rouge. HEX triplet: A3, 40 and 76. RGB value is (163,64,118). Sum of RGB (Red+Green+Blue) = 163+64+118=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A34076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34076 is #5CBF89. Grayscale: #636363. Windows color (decimal): -6078346 or 7749795. OLE color: 7749795.

HSL color Cylindrical-coordinate representation of color #A34076: hue angle of 327.27º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A34076 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB16364118-
CMYK00.610.280.36
HSL327.27º43.61%44.51%-
HSV(B)327.27º60.74%63.92%-
XYZ20.2112.7618.54-
YUV99.76138.3173.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.25%
GREEN value IS 64 (25.39% from 255) = 18.55%
BLUE value IS 118 (46.48% from 255) = 34.20%
R=47.25%
G=18.55%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636411800.610.280.36327.2743.6144.51
HexA3407603D1C241472c2d
Octal24310016607534445075455
Binary1010001110000001110110011110111100100100101000111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34076; }

 p { color: rgb(163,64,118); }

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

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

 a { background-color: rgb(163,64,118); }

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

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

 span { border-color: rgb(163,64,118); }

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