#A73949

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

Shades of Night Shadz #A73949

Tints of Night Shadz #A73949

Color information

#A73949 (or 0xA73949) is unknown color: approx Night Shadz. HEX triplet: A7, 39 and 49. RGB value is (167,57,73). Sum of RGB (Red+Green+Blue) = 167+57+73=297 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.23% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 167 - color contains mainly: red. Hex color #A73949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73949 is #58C6B6. Grayscale: #5B5B5B. Windows color (decimal): -5818039 or 4798887. OLE color: 4798887.

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

Color convert

RGB1675773-
CMYK00.660.560.35
HSL351.27º49.11%43.92%-
HSV(B)351.27º65.87%65.49%-
XYZ18.611.627.57-
YUV91.71117.44181.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.23%
GREEN value IS 57 (22.66% from 255) = 19.19%
BLUE value IS 73 (28.91% from 255) = 24.58%
R=56.23%
G=19.19%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167577300.660.560.35351.2749.1143.92
HexA73949042382315f312c
Octal24771111010270435376154
Binary10100111111001100100101000010111000100011101011111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73949; }

 p { color: rgb(167,57,73); }

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

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

 a { background-color: rgb(167,57,73); }

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

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

 span { border-color: rgb(167,57,73); }

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