#A53D5E

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

Shades of Rouge #A53D5E

Tints of Rouge #A53D5E

Color information

#A53D5E (or 0xA53D5E) is unknown color: approx Rouge. HEX triplet: A5, 3D and 5E. RGB value is (165,61,94). Sum of RGB (Red+Green+Blue) = 165+61+94=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53D5E is #5AC2A1. Grayscale: #5F5F5F. Windows color (decimal): -5948066 or 6176165. OLE color: 6176165.

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

Color convert

RGB1656194-
CMYK00.630.430.35
HSL340.96º46.02%44.31%-
HSV(B)340.96º63.03%64.71%-
XYZ19.2112.1411.92-
YUV95.86126.96177.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.56%
GREEN value IS 61 (24.22% from 255) = 19.06%
BLUE value IS 94 (37.11% from 255) = 29.38%
R=51.56%
G=19.06%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165619400.630.430.35340.9646.0244.31
HexA53D5E03F2B231552e2c
Octal2457513607753435255654
Binary1010010111110110111100111111101011100011101010101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53D5E; }

 p { color: rgb(165,61,94); }

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

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

 a { background-color: rgb(165,61,94); }

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

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

 span { border-color: rgb(165,61,94); }

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