#A53565

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

Shades of Rouge #A53565

Tints of Rouge #A53565

Color information

#A53565 (or 0xA53565) is unknown color: approx Rouge. HEX triplet: A5, 35 and 65. RGB value is (165,53,101). Sum of RGB (Red+Green+Blue) = 165+53+101=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A53565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53565 is #5ACA9A. Grayscale: #5B5B5B. Windows color (decimal): -5950107 or 6632869. OLE color: 6632869.

HSL color Cylindrical-coordinate representation of color #A53565: hue angle of 334.29º 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 #A53565 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB16553101-
CMYK00.680.390.35
HSL334.29º51.38%42.75%-
HSV(B)334.29º67.88%64.71%-
XYZ19.1411.4913.52-
YUV91.96133.11180.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.72%
GREEN value IS 53 (21.09% from 255) = 16.61%
BLUE value IS 101 (39.84% from 255) = 31.66%
R=51.72%
G=16.61%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655310100.680.390.35334.2951.3842.75
HexA53565044272314e332b
Octal24565145010447435166353
Binary10100101110101110010101000100100111100011101001110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53565; }

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

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

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

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

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

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

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

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