#A53C68

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

Shades of Rouge #A53C68

Tints of Rouge #A53C68

Color information

#A53C68 (or 0xA53C68) is unknown color: approx Rouge. HEX triplet: A5, 3C and 68. RGB value is (165,60,104). Sum of RGB (Red+Green+Blue) = 165+60+104=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53C68 is #5AC397. Grayscale: #606060. Windows color (decimal): -5948312 or 6831269. OLE color: 6831269.

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

Color convert

RGB16560104-
CMYK00.640.370.35
HSL334.86º46.67%44.12%-
HSV(B)334.86º63.64%64.71%-
XYZ19.6312.2314.42-
YUV96.41132.29176.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.15%
GREEN value IS 60 (23.83% from 255) = 18.24%
BLUE value IS 104 (41.02% from 255) = 31.61%
R=50.15%
G=18.24%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656010400.640.370.35334.8646.6744.12
HexA53C68040252314f2f2c
Octal24574150010045435175754
Binary10100101111100110100001000000100101100011101001111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53C68; }

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

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

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

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

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

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

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

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