#A53B4A

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

Shades of Night Shadz #A53B4A

Tints of Night Shadz #A53B4A

Color information

#A53B4A (or 0xA53B4A) is unknown color: approx Night Shadz. HEX triplet: A5, 3B and 4A. RGB value is (165,59,74). Sum of RGB (Red+Green+Blue) = 165+59+74=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53B4A is #5AC4B5. Grayscale: #5C5C5C. Windows color (decimal): -5948598 or 4864933. OLE color: 4864933.

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

Color convert

RGB1655974-
CMYK00.640.550.35
HSL351.51º47.32%43.92%-
HSV(B)351.51º64.24%64.71%-
XYZ18.3211.627.76-
YUV92.4117.62179.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.37%
GREEN value IS 59 (23.44% from 255) = 19.80%
BLUE value IS 74 (29.30% from 255) = 24.83%
R=55.37%
G=19.80%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165597400.640.550.35351.5147.3243.92
HexA53B4A04037231602f2c
Octal24573112010067435405754
Binary10100101111011100101001000000110111100011101100000101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53B4A; }

 p { color: rgb(165,59,74); }

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

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

 a { background-color: rgb(165,59,74); }

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

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

 span { border-color: rgb(165,59,74); }

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