#A03462

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

Shades of Rouge #A03462

Tints of Rouge #A03462

Color information

#A03462 (or 0xA03462) is unknown color: approx Rouge. HEX triplet: A0, 34 and 62. RGB value is (160,52,98). Sum of RGB (Red+Green+Blue) = 160+52+98=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A03462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03462 is #5FCB9D. Grayscale: #595959. Windows color (decimal): -6278046 or 6436000. OLE color: 6436000.

HSL color Cylindrical-coordinate representation of color #A03462: hue angle of 334.44º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03462 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB1605298-
CMYK00.680.390.37
HSL334.44º50.94%41.57%-
HSV(B)334.44º67.5%62.75%-
XYZ17.9310.8112.7-
YUV89.54132.78178.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.61%
GREEN value IS 52 (20.70% from 255) = 16.77%
BLUE value IS 98 (38.67% from 255) = 31.61%
R=51.61%
G=16.77%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160529800.680.390.37334.4450.9441.57
HexA03462044272514e332a
Octal24064142010447455166352
Binary10100000110100110001001000100100111100101101001110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03462; }

 p { color: rgb(160,52,98); }

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

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

 a { background-color: rgb(160,52,98); }

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

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

 span { border-color: rgb(160,52,98); }

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