#A74454

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

Shades of Night Shadz #A74454

Tints of Night Shadz #A74454

Color information

#A74454 (or 0xA74454) is unknown color: approx Night Shadz. HEX triplet: A7, 44 and 54. RGB value is (167,68,84). Sum of RGB (Red+Green+Blue) = 167+68+84=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A74454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74454 is #58BBAB. Grayscale: #636363. Windows color (decimal): -5815212 or 5522599. OLE color: 5522599.

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

Color convert

RGB1676884-
CMYK00.590.500.35
HSL350.3º42.13%46.08%-
HSV(B)350.3º59.28%65.49%-
XYZ19.612.999.86-
YUV99.42119.3176.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.35%
GREEN value IS 68 (26.95% from 255) = 21.32%
BLUE value IS 84 (33.20% from 255) = 26.33%
R=52.35%
G=21.32%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167688400.590.500.35350.342.1346.08
HexA7445403B322315e2a2e
Octal24710412407362435365256
Binary10100111100010010101000111011110010100011101011110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74454; }

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

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

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

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

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

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

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

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