#A53860

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

Shades of Rouge #A53860

Tints of Rouge #A53860

Color information

#A53860 (or 0xA53860) is unknown color: approx Rouge. HEX triplet: A5, 38 and 60. RGB value is (165,56,96). Sum of RGB (Red+Green+Blue) = 165+56+96=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A53860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53860 is #5AC79F. Grayscale: #5D5D5D. Windows color (decimal): -5949344 or 6305957. OLE color: 6305957.

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

Color convert

RGB1655696-
CMYK00.660.420.35
HSL337.98º49.32%43.33%-
HSV(B)337.98º66.06%64.71%-
XYZ19.0411.6712.32-
YUV93.15129.61179.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.05%
GREEN value IS 56 (22.27% from 255) = 17.67%
BLUE value IS 96 (37.89% from 255) = 30.28%
R=52.05%
G=17.67%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165569600.660.420.35337.9849.3243.33
HexA538600422A23152312b
Octal24570140010252435226153
Binary10100101111000110000001000010101010100011101010010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53860; }

 p { color: rgb(165,56,96); }

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

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

 a { background-color: rgb(165,56,96); }

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

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

 span { border-color: rgb(165,56,96); }

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