#A53866

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

Shades of Rouge #A53866

Tints of Rouge #A53866

Color information

#A53866 (or 0xA53866) is unknown color: approx Rouge. HEX triplet: A5, 38 and 66. RGB value is (165,56,102). Sum of RGB (Red+Green+Blue) = 165+56+102=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A53866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53866 is #5AC799. Grayscale: #5D5D5D. Windows color (decimal): -5949338 or 6699173. OLE color: 6699173.

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

Color convert

RGB16556102-
CMYK00.660.380.35
HSL334.68º49.32%43.33%-
HSV(B)334.68º66.06%64.71%-
XYZ19.3311.7913.83-
YUV93.84132.61178.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.08%
GREEN value IS 56 (22.27% from 255) = 17.34%
BLUE value IS 102 (40.23% from 255) = 31.58%
R=51.08%
G=17.34%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655610200.660.380.35334.6849.3243.33
HexA53866042262314f312b
Octal24570146010246435176153
Binary10100101111000110011001000010100110100011101001111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53866; }

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

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

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

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

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

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

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

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