#A74446

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

Shades of Night Shadz #A74446

Tints of Night Shadz #A74446

Color information

#A74446 (or 0xA74446) is unknown color: approx Night Shadz. HEX triplet: A7, 44 and 46. RGB value is (167,68,70). Sum of RGB (Red+Green+Blue) = 167+68+70=305 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.75% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 167 - color contains mainly: red. Hex color #A74446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74446 is #58BBB9. Grayscale: #616161. Windows color (decimal): -5815226 or 4605095. OLE color: 4605095.

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

Color convert

RGB1676870-
CMYK00.590.580.35
HSL358.79º42.13%46.08%-
HSV(B)358.79º59.28%65.49%-
XYZ19.1112.797.26-
YUV97.83112.3177.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.75%
GREEN value IS 68 (26.95% from 255) = 22.30%
BLUE value IS 70 (27.73% from 255) = 22.95%
R=54.75%
G=22.30%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167687000.590.580.35358.7942.1346.08
HexA7444603B3A231672a2e
Octal24710410607372435475256
Binary10100111100010010001100111011111010100011101100111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74446; }

 p { color: rgb(167,68,70); }

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

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

 a { background-color: rgb(167,68,70); }

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

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

 span { border-color: rgb(167,68,70); }

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