#A43460

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

Shades of Rouge #A43460

Tints of Rouge #A43460

Color information

#A43460 (or 0xA43460) is unknown color: approx Rouge. HEX triplet: A4, 34 and 60. RGB value is (164,52,96). Sum of RGB (Red+Green+Blue) = 164+52+96=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A43460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43460 is #5BCB9F. Grayscale: #5A5A5A. Windows color (decimal): -6015904 or 6304932. OLE color: 6304932.

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

Color convert

RGB1645296-
CMYK00.680.410.36
HSL336.43º51.85%42.35%-
HSV(B)336.43º68.29%64.31%-
XYZ18.6511.1912.24-
YUV90.5131.11180.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.56%
GREEN value IS 52 (20.70% from 255) = 16.67%
BLUE value IS 96 (37.89% from 255) = 30.77%
R=52.56%
G=16.67%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164529600.680.410.36336.4351.8542.35
HexA434600442924150342a
Octal24464140010451445206452
Binary10100100110100110000001000100101001100100101010000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43460; }

 p { color: rgb(164,52,96); }

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

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

 a { background-color: rgb(164,52,96); }

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

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

 span { border-color: rgb(164,52,96); }

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