#A5365D

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

Shades of Rouge #A5365D

Tints of Rouge #A5365D

Color information

#A5365D (or 0xA5365D) is unknown color: approx Rouge. HEX triplet: A5, 36 and 5D. RGB value is (165,54,93). Sum of RGB (Red+Green+Blue) = 165+54+93=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A5365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5365D is #5AC9A2. Grayscale: #5B5B5B. Windows color (decimal): -5949859 or 6108837. OLE color: 6108837.

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

Color convert

RGB1655493-
CMYK00.670.440.35
HSL338.92º50.68%42.94%-
HSV(B)338.92º67.27%64.71%-
XYZ18.8111.4311.57-
YUV91.64128.77180.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.88%
GREEN value IS 54 (21.48% from 255) = 17.31%
BLUE value IS 93 (36.72% from 255) = 29.81%
R=52.88%
G=17.31%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165549300.670.440.35338.9250.6842.94
HexA5365D0432C23153332b
Octal24566135010354435236353
Binary10100101110110101110101000011101100100011101010011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5365D; }

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

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

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

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

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

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

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

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