#A53A65

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

Shades of Rouge #A53A65

Tints of Rouge #A53A65

Color information

#A53A65 (or 0xA53A65) is unknown color: approx Rouge. HEX triplet: A5, 3A and 65. RGB value is (165,58,101). Sum of RGB (Red+Green+Blue) = 165+58+101=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53A65 is #5AC59A. Grayscale: #5E5E5E. Windows color (decimal): -5948827 or 6634149. OLE color: 6634149.

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

Color convert

RGB16558101-
CMYK00.650.390.35
HSL335.89º47.98%43.73%-
HSV(B)335.89º64.85%64.71%-
XYZ19.3811.9713.6-
YUV94.9131.45178-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.93%
GREEN value IS 58 (23.05% from 255) = 17.90%
BLUE value IS 101 (39.84% from 255) = 31.17%
R=50.93%
G=17.90%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655810100.650.390.35335.8947.9843.73
HexA53A650412723150302c
Octal24572145010147435206054
Binary10100101111010110010101000001100111100011101010000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53A65; }

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

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

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

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

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

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

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

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