#a53862

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

Shades of Rouge #A53862

Tints of Rouge #A53862

Color information

#A53862 (or 0xA53862) is unknown color: approx Rouge. HEX triplet: A5, 38 and 62. RGB value is (165,56,98). Sum of RGB (Red+Green+Blue) = 165+56+98=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A53862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53862 is #5AC79D. Grayscale: #5D5D5D. Windows color (decimal): -5949342 or 6437029. OLE color: 6437029.

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

Color convert

RGB1655698-
CMYK00.660.410.35
HSL336.88º49.32%43.33%-
HSV(B)336.88º66.06%64.71%-
XYZ19.1411.7112.81-
YUV93.38130.61179.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.72%
GREEN value IS 56 (22.27% from 255) = 17.55%
BLUE value IS 98 (38.67% from 255) = 30.72%
R=51.72%
G=17.55%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165569800.660.410.35336.8849.3243.33
HexA538620422923151312b
Octal24570142010251435216153
Binary10100101111000110001001000010101001100011101010001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a53862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a53862; }

 p { color: rgb(165,56,98); }

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

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

 a { background-color: rgb(165,56,98); }

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

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

 span { border-color: rgb(165,56,98); }

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