#A0365E

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

Shades of Rouge #A0365E

Tints of Rouge #A0365E

Color information

#A0365E (or 0xA0365E) is unknown color: approx Rouge. HEX triplet: A0, 36 and 5E. RGB value is (160,54,94). Sum of RGB (Red+Green+Blue) = 160+54+94=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A0365E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0365E is #5FC9A1. Grayscale: #5A5A5A. Windows color (decimal): -6277538 or 6174368. OLE color: 6174368.

HSL color Cylindrical-coordinate representation of color #A0365E: hue angle of 337.36º 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 #A0365E is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB1605494-
CMYK00.660.410.37
HSL337.36º49.53%41.96%-
HSV(B)337.36º66.25%62.75%-
XYZ17.8410.9211.76-
YUV90.25130.12177.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.95%
GREEN value IS 54 (21.48% from 255) = 17.53%
BLUE value IS 94 (37.11% from 255) = 30.52%
R=51.95%
G=17.53%
B=30.52%

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
Decimal160549400.660.410.37337.3649.5341.96
HexA0365E0422925151322a
Octal24066136010251455216252
Binary10100000110110101111001000010101001100101101010001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0365E; }

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

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

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

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

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

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

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

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