#A53850

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

Shades of Night Shadz #A53850

Tints of Night Shadz #A53850

Color information

#A53850 (or 0xA53850) is unknown color: approx Night Shadz. HEX triplet: A5, 38 and 50. RGB value is (165,56,80). Sum of RGB (Red+Green+Blue) = 165+56+80=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A53850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53850 is #5AC7AF. Grayscale: #5B5B5B. Windows color (decimal): -5949360 or 5257381. OLE color: 5257381.

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

Color convert

RGB1655680-
CMYK00.660.520.35
HSL346.79º49.32%43.33%-
HSV(B)346.79º66.06%64.71%-
XYZ18.3811.418.82-
YUV91.33121.61180.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.82%
GREEN value IS 56 (22.27% from 255) = 18.60%
BLUE value IS 80 (31.64% from 255) = 26.58%
R=54.82%
G=18.60%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165568000.660.520.35346.7949.3243.33
HexA53850042342315b312b
Octal24570120010264435336153
Binary10100101111000101000001000010110100100011101011011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53850; }

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

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

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

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

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

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

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

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