#A5365C

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

Shades of Rouge #A5365C

Tints of Rouge #A5365C

Color information

#A5365C (or 0xA5365C) is unknown color: approx Rouge. HEX triplet: A5, 36 and 5C. RGB value is (165,54,92). Sum of RGB (Red+Green+Blue) = 165+54+92=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A5365C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5365C is #5AC9A3. Grayscale: #5B5B5B. Windows color (decimal): -5949860 or 6043301. OLE color: 6043301.

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

Color convert

RGB1655492-
CMYK00.670.440.35
HSL339.46º50.68%42.94%-
HSV(B)339.46º67.27%64.71%-
XYZ18.7711.4111.34-
YUV91.52128.27180.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.05%
GREEN value IS 54 (21.48% from 255) = 17.36%
BLUE value IS 92 (36.33% from 255) = 29.58%
R=53.05%
G=17.36%
B=29.58%

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
Decimal165549200.670.440.35339.4650.6842.94
HexA5365C0432C23153332b
Octal24566134010354435236353
Binary10100101110110101110001000011101100100011101010011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5365C; }

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

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

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

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

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

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

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

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