#A53F5F

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

Shades of Rouge #A53F5F

Tints of Rouge #A53F5F

Color information

#A53F5F (or 0xA53F5F) is unknown color: approx Rouge. HEX triplet: A5, 3F and 5F. RGB value is (165,63,95). Sum of RGB (Red+Green+Blue) = 165+63+95=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53F5F is #5AC0A0. Grayscale: #616161. Windows color (decimal): -5947553 or 6242213. OLE color: 6242213.

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

Color convert

RGB1656395-
CMYK00.620.420.35
HSL341.18º44.74%44.71%-
HSV(B)341.18º61.82%64.71%-
XYZ19.3612.3812.2-
YUV97.15126.79176.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.08%
GREEN value IS 63 (25% from 255) = 19.50%
BLUE value IS 95 (37.5% from 255) = 29.41%
R=51.08%
G=19.50%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165639500.620.420.35341.1844.7444.71
HexA53F5F03E2A231552d2d
Octal2457713707652435255555
Binary1010010111111110111110111110101010100011101010101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53F5F; }

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

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

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

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

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

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

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

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