#A53852

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

Shades of Night Shadz #A53852

Tints of Night Shadz #A53852

Color information

#A53852 (or 0xA53852) is unknown color: approx Night Shadz. HEX triplet: A5, 38 and 52. RGB value is (165,56,82). Sum of RGB (Red+Green+Blue) = 165+56+82=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A53852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53852 is #5AC7AD. Grayscale: #5B5B5B. Windows color (decimal): -5949358 or 5388453. OLE color: 5388453.

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

Color convert

RGB1655682-
CMYK00.660.500.35
HSL345.69º49.32%43.33%-
HSV(B)345.69º66.06%64.71%-
XYZ18.4511.449.22-
YUV91.56122.61180.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.46%
GREEN value IS 56 (22.27% from 255) = 18.48%
BLUE value IS 82 (32.42% from 255) = 27.06%
R=54.46%
G=18.48%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165568200.660.500.35345.6949.3243.33
HexA53852042322315a312b
Octal24570122010262435326153
Binary10100101111000101001001000010110010100011101011010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53852; }

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

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

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

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

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

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

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

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