#A53770

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

Shades of Rouge #A53770

Tints of Rouge #A53770

Color information

#A53770 (or 0xA53770) is unknown color: approx Rouge. HEX triplet: A5, 37 and 70. RGB value is (165,55,112). Sum of RGB (Red+Green+Blue) = 165+55+112=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A53770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53770 is #5AC88F. Grayscale: #5E5E5E. Windows color (decimal): -5949584 or 7354277. OLE color: 7354277.

HSL color Cylindrical-coordinate representation of color #A53770: hue angle of 328.91º degrees, saturation: 0.5, 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 #A53770 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB16555112-
CMYK00.670.320.35
HSL328.91º50%43.14%-
HSV(B)328.91º66.67%64.71%-
XYZ19.8111.916.58-
YUV94.39137.94178.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.70%
GREEN value IS 55 (21.88% from 255) = 16.57%
BLUE value IS 112 (44.14% from 255) = 33.73%
R=49.70%
G=16.57%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655511200.670.320.35328.915043.14
HexA537700432023149322b
Octal24567160010340435116253
Binary10100101110111111000001000011100000100011101001001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53770; }

 p { color: rgb(165,55,112); }

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

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

 a { background-color: rgb(165,55,112); }

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

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

 span { border-color: rgb(165,55,112); }

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