#A74043

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

Shades of Night Shadz #A74043

Tints of Night Shadz #A74043

Color information

#A74043 (or 0xA74043) is unknown color: approx Night Shadz. HEX triplet: A7, 40 and 43. RGB value is (167,64,67). Sum of RGB (Red+Green+Blue) = 167+64+67=298 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.04% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 167 - color contains mainly: red. Hex color #A74043 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74043 is #58BFBC. Grayscale: #5F5F5F. Windows color (decimal): -5816253 or 4407463. OLE color: 4407463.

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

Color convert

RGB1676467-
CMYK00.620.600.35
HSL358.25º44.59%45.29%-
HSV(B)358.25º61.68%65.49%-
XYZ18.7812.296.69-
YUV95.14112.12179.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.04%
GREEN value IS 64 (25.39% from 255) = 21.48%
BLUE value IS 67 (26.56% from 255) = 22.48%
R=56.04%
G=21.48%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167646700.620.600.35358.2544.5945.29
HexA7404303E3C231662d2d
Octal24710010307674435465555
Binary10100111100000010000110111110111100100011101100110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74043; }

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

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

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

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

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

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

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

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