#A73C40

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

Shades of Night Shadz #A73C40

Tints of Night Shadz #A73C40

Color information

#A73C40 (or 0xA73C40) is unknown color: approx Night Shadz. HEX triplet: A7, 3C and 40. RGB value is (167,60,64). Sum of RGB (Red+Green+Blue) = 167+60+64=291 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.39% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 167 - color contains mainly: red. Hex color #A73C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73C40 is #58C3BF. Grayscale: #5C5C5C. Windows color (decimal): -5817280 or 4209831. OLE color: 4209831.

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

Color convert

RGB1676064-
CMYK00.640.620.35
HSL357.76º47.14%44.51%-
HSV(B)357.76º64.07%65.49%-
XYZ18.4811.826.16-
YUV92.45111.95181.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 57.39%
GREEN value IS 60 (23.83% from 255) = 20.62%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=57.39%
G=20.62%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167606400.640.620.35357.7647.1444.51
HexA73C400403E231662f2d
Octal24774100010076435465755
Binary10100111111100100000001000000111110100011101100110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73C40; }

 p { color: rgb(167,60,64); }

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

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

 a { background-color: rgb(167,60,64); }

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

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

 span { border-color: rgb(167,60,64); }

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