#A53D68

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

Shades of Rouge #A53D68

Tints of Rouge #A53D68

Color information

#A53D68 (or 0xA53D68) is unknown color: approx Rouge. HEX triplet: A5, 3D and 68. RGB value is (165,61,104). Sum of RGB (Red+Green+Blue) = 165+61+104=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53D68 is #5AC297. Grayscale: #606060. Windows color (decimal): -5948056 or 6831525. OLE color: 6831525.

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

Color convert

RGB16561104-
CMYK00.630.370.35
HSL335.19º46.02%44.31%-
HSV(B)335.19º63.03%64.71%-
XYZ19.6812.3414.44-
YUV97131.96176.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50%
GREEN value IS 61 (24.22% from 255) = 18.48%
BLUE value IS 104 (41.02% from 255) = 31.52%
R=50%
G=18.48%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656110400.630.370.35335.1946.0244.31
HexA53D6803F252314f2e2c
Octal2457515007745435175654
Binary1010010111110111010000111111100101100011101001111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53D68; }

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

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

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

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

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

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

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

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