#A34660

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

Shades of Rouge #A34660

Tints of Rouge #A34660

Color information

#A34660 (or 0xA34660) is unknown color: approx Rouge. HEX triplet: A3, 46 and 60. RGB value is (163,70,96). Sum of RGB (Red+Green+Blue) = 163+70+96=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A34660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34660 is #5CB99F. Grayscale: #646464. Windows color (decimal): -6076832 or 6309539. OLE color: 6309539.

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

Color convert

RGB1637096-
CMYK00.570.410.36
HSL343.23º39.91%45.69%-
HSV(B)343.23º57.06%63.92%-
XYZ19.4113.0112.55-
YUV100.77125.31172.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.54%
GREEN value IS 70 (27.73% from 255) = 21.28%
BLUE value IS 96 (37.89% from 255) = 29.18%
R=49.54%
G=21.28%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163709600.570.410.36343.2339.9145.69
HexA346600392924157282e
Octal24310614007151445275056
Binary10100011100011011000000111001101001100100101010111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34660; }

 p { color: rgb(163,70,96); }

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

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

 a { background-color: rgb(163,70,96); }

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

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

 span { border-color: rgb(163,70,96); }

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