#A53664

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

Shades of Rouge #A53664

Tints of Rouge #A53664

Color information

#A53664 (or 0xA53664) is unknown color: approx Rouge. HEX triplet: A5, 36 and 64. RGB value is (165,54,100). Sum of RGB (Red+Green+Blue) = 165+54+100=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A53664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53664 is #5AC99B. Grayscale: #5C5C5C. Windows color (decimal): -5949852 or 6567589. OLE color: 6567589.

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

Color convert

RGB16554100-
CMYK00.670.390.35
HSL335.14º50.68%42.94%-
HSV(B)335.14º67.27%64.71%-
XYZ19.1411.5613.28-
YUV92.43132.27179.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.72%
GREEN value IS 54 (21.48% from 255) = 16.93%
BLUE value IS 100 (39.45% from 255) = 31.35%
R=51.72%
G=16.93%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655410000.670.390.35335.1450.6842.94
HexA53664043272314f332b
Octal24566144010347435176353
Binary10100101110110110010001000011100111100011101001111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53664; }

 p { color: rgb(165,54,100); }

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

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

 a { background-color: rgb(165,54,100); }

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

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

 span { border-color: rgb(165,54,100); }

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