#A34460

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

Shades of Rouge #A34460

Tints of Rouge #A34460

Color information

#A34460 (or 0xA34460) is unknown color: approx Rouge. HEX triplet: A3, 44 and 60. RGB value is (163,68,96). Sum of RGB (Red+Green+Blue) = 163+68+96=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A34460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34460 is #5CBB9F. Grayscale: #636363. Windows color (decimal): -6077344 or 6309027. OLE color: 6309027.

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

Color convert

RGB1636896-
CMYK00.580.410.36
HSL342.32º41.13%45.29%-
HSV(B)342.32º58.28%63.92%-
XYZ19.2812.7712.51-
YUV99.6125.97173.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.85%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=49.85%
G=20.80%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163689600.580.410.36342.3241.1345.29
HexA3446003A2924156292d
Octal24310414007251445265155
Binary10100011100010011000000111010101001100100101010110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34460; }

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

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

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

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

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

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

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

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