#A53B62

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

Shades of Rouge #A53B62

Tints of Rouge #A53B62

Color information

#A53B62 (or 0xA53B62) is unknown color: approx Rouge. HEX triplet: A5, 3B and 62. RGB value is (165,59,98). Sum of RGB (Red+Green+Blue) = 165+59+98=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53B62 is #5AC49D. Grayscale: #5F5F5F. Windows color (decimal): -5948574 or 6437797. OLE color: 6437797.

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

Color convert

RGB1655998-
CMYK00.640.410.35
HSL337.92º47.32%43.92%-
HSV(B)337.92º64.24%64.71%-
XYZ19.2912.0112.86-
YUV95.14129.62177.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.24%
GREEN value IS 59 (23.44% from 255) = 18.32%
BLUE value IS 98 (38.67% from 255) = 30.43%
R=51.24%
G=18.32%
B=30.43%

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
Decimal165599800.640.410.35337.9247.3243.92
HexA53B6204029231522f2c
Octal24573142010051435225754
Binary10100101111011110001001000000101001100011101010010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53B62; }

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

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

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

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

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

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

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

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