#A7354A

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

Shades of Night Shadz #A7354A

Tints of Night Shadz #A7354A

Color information

#A7354A (or 0xA7354A) is unknown color: approx Night Shadz. HEX triplet: A7, 35 and 4A. RGB value is (167,53,74). Sum of RGB (Red+Green+Blue) = 167+53+74=294 (38% of max value = 765). Red value is 167 (65.62% from 255 or 56.80% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 167 - color contains mainly: red. Hex color #A7354A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7354A is #58CAB5. Grayscale: #595959. Windows color (decimal): -5819062 or 4863399. OLE color: 4863399.

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

Color convert

RGB1675374-
CMYK00.680.560.35
HSL348.95º51.82%43.14%-
HSV(B)348.95º68.26%65.49%-
XYZ18.4511.267.68-
YUV89.48119.27183.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.80%
GREEN value IS 53 (21.09% from 255) = 18.03%
BLUE value IS 74 (29.30% from 255) = 25.17%
R=56.80%
G=18.03%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167537400.680.560.35348.9551.8243.14
HexA7354A044382315d342b
Octal24765112010470435356453
Binary10100111110101100101001000100111000100011101011101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7354A; }

 p { color: rgb(167,53,74); }

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

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

 a { background-color: rgb(167,53,74); }

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

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

 span { border-color: rgb(167,53,74); }

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