#A74058

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

Shades of Night Shadz #A74058

Tints of Night Shadz #A74058

Color information

#A74058 (or 0xA74058) is unknown color: approx Night Shadz. HEX triplet: A7, 40 and 58. RGB value is (167,64,88). Sum of RGB (Red+Green+Blue) = 167+64+88=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A74058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74058 is #58BFA7. Grayscale: #616161. Windows color (decimal): -5816232 or 5783719. OLE color: 5783719.

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

Color convert

RGB1676488-
CMYK00.620.470.35
HSL346.02º44.59%45.29%-
HSV(B)346.02º61.68%65.49%-
XYZ19.5312.5910.63-
YUV97.53122.62177.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.35%
GREEN value IS 64 (25.39% from 255) = 20.06%
BLUE value IS 88 (34.77% from 255) = 27.59%
R=52.35%
G=20.06%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167648800.620.470.35346.0244.5945.29
HexA7405803E2F2315a2d2d
Octal24710013007657435325555
Binary10100111100000010110000111110101111100011101011010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74058; }

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

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

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

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

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

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

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

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