#A53365

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

Shades of Rouge #A53365

Tints of Rouge #A53365

Color information

#A53365 (or 0xA53365) is unknown color: approx Rouge. HEX triplet: A5, 33 and 65. RGB value is (165,51,101). Sum of RGB (Red+Green+Blue) = 165+51+101=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A53365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53365 is #5ACC9A. Grayscale: #5A5A5A. Windows color (decimal): -5950619 or 6632357. OLE color: 6632357.

HSL color Cylindrical-coordinate representation of color #A53365: hue angle of 333.68º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A53365 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB16551101-
CMYK00.690.390.35
HSL333.68º52.78%42.35%-
HSV(B)333.68º69.09%64.71%-
XYZ19.0511.3113.49-
YUV90.79133.77180.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.05%
GREEN value IS 51 (20.31% from 255) = 16.09%
BLUE value IS 101 (39.84% from 255) = 31.86%
R=52.05%
G=16.09%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655110100.690.390.35333.6852.7842.35
HexA53365045272314e352a
Octal24563145010547435166552
Binary10100101110011110010101000101100111100011101001110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53365; }

 p { color: rgb(165,51,101); }

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

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

 a { background-color: rgb(165,51,101); }

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

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

 span { border-color: rgb(165,51,101); }

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