#A7424E

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

Shades of Night Shadz #A7424E

Tints of Night Shadz #A7424E

Color information

#A7424E (or 0xA7424E) is unknown color: approx Night Shadz. HEX triplet: A7, 42 and 4E. RGB value is (167,66,78). Sum of RGB (Red+Green+Blue) = 167+66+78=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A7424E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7424E is #58BDB1. Grayscale: #616161. Windows color (decimal): -5815730 or 5128871. OLE color: 5128871.

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

Color convert

RGB1676678-
CMYK00.600.530.35
HSL352.87º43.35%45.69%-
HSV(B)352.87º60.48%65.49%-
XYZ19.2612.668.64-
YUV97.57116.96177.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.70%
GREEN value IS 66 (26.17% from 255) = 21.22%
BLUE value IS 78 (30.86% from 255) = 25.08%
R=53.70%
G=21.22%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167667800.600.530.35352.8743.3545.69
HexA7424E03C35231612b2e
Octal24710211607465435415356
Binary10100111100001010011100111100110101100011101100001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7424E; }

 p { color: rgb(167,66,78); }

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

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

 a { background-color: rgb(167,66,78); }

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

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

 span { border-color: rgb(167,66,78); }

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