#A53765

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

Shades of Rouge #A53765

Tints of Rouge #A53765

Color information

#A53765 (or 0xA53765) is unknown color: approx Rouge. HEX triplet: A5, 37 and 65. RGB value is (165,55,101). Sum of RGB (Red+Green+Blue) = 165+55+101=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A53765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53765 is #5AC89A. Grayscale: #5D5D5D. Windows color (decimal): -5949595 or 6633381. OLE color: 6633381.

HSL color Cylindrical-coordinate representation of color #A53765: hue angle of 334.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 #A53765 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB16555101-
CMYK00.670.390.35
HSL334.91º50%43.14%-
HSV(B)334.91º66.67%64.71%-
XYZ19.2311.6713.55-
YUV93.13132.44179.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.40%
GREEN value IS 55 (21.88% from 255) = 17.13%
BLUE value IS 101 (39.84% from 255) = 31.46%
R=51.40%
G=17.13%
B=31.46%

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
Decimal1655510100.670.390.35334.915043.14
HexA53765043272314f322b
Octal24567145010347435176253
Binary10100101110111110010101000011100111100011101001111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53765; }

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

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

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

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

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

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

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

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