#A53C62

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

Shades of Rouge #A53C62

Tints of Rouge #A53C62

Color information

#A53C62 (or 0xA53C62) is unknown color: approx Rouge. HEX triplet: A5, 3C and 62. RGB value is (165,60,98). Sum of RGB (Red+Green+Blue) = 165+60+98=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53C62 is #5AC39D. Grayscale: #5F5F5F. Windows color (decimal): -5948318 or 6438053. OLE color: 6438053.

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

Color convert

RGB1656098-
CMYK00.640.410.35
HSL338.29º46.67%44.12%-
HSV(B)338.29º63.64%64.71%-
XYZ19.3412.1112.87-
YUV95.73129.29177.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.08%
GREEN value IS 60 (23.83% from 255) = 18.58%
BLUE value IS 98 (38.67% from 255) = 30.34%
R=51.08%
G=18.58%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165609800.640.410.35338.2946.6744.12
HexA53C6204029231522f2c
Octal24574142010051435225754
Binary10100101111100110001001000000101001100011101010010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53C62; }

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

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

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

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

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

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

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

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