#A53A5F

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

Shades of Rouge #A53A5F

Tints of Rouge #A53A5F

Color information

#A53A5F (or 0xA53A5F) is unknown color: approx Rouge. HEX triplet: A5, 3A and 5F. RGB value is (165,58,95). Sum of RGB (Red+Green+Blue) = 165+58+95=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53A5F is #5AC5A0. Grayscale: #5E5E5E. Windows color (decimal): -5948833 or 6240933. OLE color: 6240933.

HSL color Cylindrical-coordinate representation of color #A53A5F: hue angle of 339.25º degrees, saturation: 0.48, 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 #A53A5F is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB1655895-
CMYK00.650.420.35
HSL339.25º47.98%43.73%-
HSV(B)339.25º64.85%64.71%-
XYZ19.111.8512.11-
YUV94.21128.45178.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.89%
GREEN value IS 58 (23.05% from 255) = 18.24%
BLUE value IS 95 (37.5% from 255) = 29.87%
R=51.89%
G=18.24%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165589500.650.420.35339.2547.9843.73
HexA53A5F0412A23153302c
Octal24572137010152435236054
Binary10100101111010101111101000001101010100011101010011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53A5F; }

 p { color: rgb(165,58,95); }

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

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

 a { background-color: rgb(165,58,95); }

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

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

 span { border-color: rgb(165,58,95); }

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