#A53965

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

Shades of Rouge #A53965

Tints of Rouge #A53965

Color information

#A53965 (or 0xA53965) is unknown color: approx Rouge. HEX triplet: A5, 39 and 65. RGB value is (165,57,101). Sum of RGB (Red+Green+Blue) = 165+57+101=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A53965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53965 is #5AC69A. Grayscale: #5E5E5E. Windows color (decimal): -5949083 or 6633893. OLE color: 6633893.

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

Color convert

RGB16557101-
CMYK00.650.390.35
HSL335.56º48.65%43.53%-
HSV(B)335.56º65.45%64.71%-
XYZ19.3311.8713.58-
YUV94.31131.78178.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.08%
GREEN value IS 57 (22.66% from 255) = 17.65%
BLUE value IS 101 (39.84% from 255) = 31.27%
R=51.08%
G=17.65%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655710100.650.390.35335.5648.6543.53
HexA539650412723150312c
Octal24571145010147435206154
Binary10100101111001110010101000001100111100011101010000110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53965; }

 p { color: rgb(165,57,101); }

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

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

 a { background-color: rgb(165,57,101); }

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

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

 span { border-color: rgb(165,57,101); }

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