#A53861

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

Shades of Rouge #A53861

Tints of Rouge #A53861

Color information

#A53861 (or 0xA53861) is unknown color: approx Rouge. HEX triplet: A5, 38 and 61. RGB value is (165,56,97). Sum of RGB (Red+Green+Blue) = 165+56+97=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A53861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53861 is #5AC79E. Grayscale: #5D5D5D. Windows color (decimal): -5949343 or 6371493. OLE color: 6371493.

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

Color convert

RGB1655697-
CMYK00.660.410.35
HSL337.43º49.32%43.33%-
HSV(B)337.43º66.06%64.71%-
XYZ19.0911.6912.56-
YUV93.26130.11179.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.89%
GREEN value IS 56 (22.27% from 255) = 17.61%
BLUE value IS 97 (38.28% from 255) = 30.50%
R=51.89%
G=17.61%
B=30.50%

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
Decimal165569700.660.410.35337.4349.3243.33
HexA538610422923151312b
Octal24570141010251435216153
Binary10100101111000110000101000010101001100011101010001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53861; }

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

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

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

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

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

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

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

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