#A5444D

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

Shades of Night Shadz #A5444D

Tints of Night Shadz #A5444D

Color information

#A5444D (or 0xA5444D) is unknown color: approx Night Shadz. HEX triplet: A5, 44 and 4D. RGB value is (165,68,77). Sum of RGB (Red+Green+Blue) = 165+68+77=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A5444D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5444D is #5ABBB2. Grayscale: #626262. Windows color (decimal): -5946291 or 5063845. OLE color: 5063845.

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

Color convert

RGB1656877-
CMYK00.590.530.35
HSL354.43º41.63%45.69%-
HSV(B)354.43º58.79%64.71%-
XYZ18.9212.678.47-
YUV98.03116.14175.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.23%
GREEN value IS 68 (26.95% from 255) = 21.94%
BLUE value IS 77 (30.47% from 255) = 24.84%
R=53.23%
G=21.94%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165687700.590.530.35354.4341.6345.69
HexA5444D03B35231622a2e
Octal24510411507365435425256
Binary10100101100010010011010111011110101100011101100010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5444D; }

 p { color: rgb(165,68,77); }

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

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

 a { background-color: rgb(165,68,77); }

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

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

 span { border-color: rgb(165,68,77); }

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