#A53562

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

Shades of Rouge #A53562

Tints of Rouge #A53562

Color information

#A53562 (or 0xA53562) is unknown color: approx Rouge. HEX triplet: A5, 35 and 62. RGB value is (165,53,98). Sum of RGB (Red+Green+Blue) = 165+53+98=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A53562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53562 is #5ACA9D. Grayscale: #5B5B5B. Windows color (decimal): -5950110 or 6436261. OLE color: 6436261.

HSL color Cylindrical-coordinate representation of color #A53562: hue angle of 335.89º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A53562 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB1655398-
CMYK00.680.410.35
HSL335.89º51.38%42.75%-
HSV(B)335.89º67.88%64.71%-
XYZ18.9911.4312.76-
YUV91.62131.61180.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.22%
GREEN value IS 53 (21.09% from 255) = 16.77%
BLUE value IS 98 (38.67% from 255) = 31.01%
R=52.22%
G=16.77%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165539800.680.410.35335.8951.3842.75
HexA535620442923150332b
Octal24565142010451435206353
Binary10100101110101110001001000100101001100011101010000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53562; }

 p { color: rgb(165,53,98); }

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

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

 a { background-color: rgb(165,53,98); }

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

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

 span { border-color: rgb(165,53,98); }

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