#A53D6C

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

Shades of Rouge #A53D6C

Tints of Rouge #A53D6C

Color information

#A53D6C (or 0xA53D6C) is unknown color: approx Rouge. HEX triplet: A5, 3D and 6C. RGB value is (165,61,108). Sum of RGB (Red+Green+Blue) = 165+61+108=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53D6C is #5AC293. Grayscale: #616161. Windows color (decimal): -5948052 or 7093669. OLE color: 7093669.

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

Color convert

RGB16561108-
CMYK00.630.350.35
HSL332.88º46.02%44.31%-
HSV(B)332.88º63.03%64.71%-
XYZ19.8912.4215.54-
YUV97.45133.96176.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.40%
GREEN value IS 61 (24.22% from 255) = 18.26%
BLUE value IS 108 (42.58% from 255) = 32.34%
R=49.40%
G=18.26%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656110800.630.350.35332.8846.0244.31
HexA53D6C03F232314d2e2c
Octal2457515407743435155654
Binary1010010111110111011000111111100011100011101001101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53D6C; }

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

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

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

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

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

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

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

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