#A53E68

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

Shades of Rouge #A53E68

Tints of Rouge #A53E68

Color information

#A53E68 (or 0xA53E68) is unknown color: approx Rouge. HEX triplet: A5, 3E and 68. RGB value is (165,62,104). Sum of RGB (Red+Green+Blue) = 165+62+104=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53E68 is #5AC197. Grayscale: #616161. Windows color (decimal): -5947800 or 6831781. OLE color: 6831781.

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

Color convert

RGB16562104-
CMYK00.620.370.35
HSL335.53º45.37%44.51%-
HSV(B)335.53º62.42%64.71%-
XYZ19.7412.4414.46-
YUV97.58131.62176.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.85%
GREEN value IS 62 (24.61% from 255) = 18.73%
BLUE value IS 104 (41.02% from 255) = 31.42%
R=49.85%
G=18.73%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656210400.620.370.35335.5345.3744.51
HexA53E6803E25231502d2d
Octal2457615007645435205555
Binary1010010111111011010000111110100101100011101010000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53E68; }

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

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

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

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

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

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

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

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