#A0365F

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

Shades of Rouge #A0365F

Tints of Rouge #A0365F

Color information

#A0365F (or 0xA0365F) is unknown color: approx Rouge. HEX triplet: A0, 36 and 5F. RGB value is (160,54,95). Sum of RGB (Red+Green+Blue) = 160+54+95=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A0365F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0365F is #5FC9A0. Grayscale: #5A5A5A. Windows color (decimal): -6277537 or 6239904. OLE color: 6239904.

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

Color convert

RGB1605495-
CMYK00.660.410.37
HSL336.79º49.53%41.96%-
HSV(B)336.79º66.25%62.75%-
XYZ17.8810.9412-
YUV90.37130.62177.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.78%
GREEN value IS 54 (21.48% from 255) = 17.48%
BLUE value IS 95 (37.5% from 255) = 30.74%
R=51.78%
G=17.48%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160549500.660.410.37336.7949.5341.96
HexA0365F0422925151322a
Octal24066137010251455216252
Binary10100000110110101111101000010101001100101101010001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0365F; }

 p { color: rgb(160,54,95); }

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

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

 a { background-color: rgb(160,54,95); }

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

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

 span { border-color: rgb(160,54,95); }

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