#A74552

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

Shades of Night Shadz #A74552

Tints of Night Shadz #A74552

Color information

#A74552 (or 0xA74552) is unknown color: approx Night Shadz. HEX triplet: A7, 45 and 52. RGB value is (167,69,82). Sum of RGB (Red+Green+Blue) = 167+69+82=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A74552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74552 is #58BAAD. Grayscale: #636363. Windows color (decimal): -5814958 or 5391783. OLE color: 5391783.

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

Color convert

RGB1676982-
CMYK00.590.510.35
HSL352.04º41.53%46.27%-
HSV(B)352.04º58.68%65.49%-
XYZ19.5913.089.48-
YUV99.78117.97175.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.52%
GREEN value IS 69 (27.34% from 255) = 21.70%
BLUE value IS 82 (32.42% from 255) = 25.79%
R=52.52%
G=21.70%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167698200.590.510.35352.0441.5346.27
HexA7455203B33231602a2e
Octal24710512207363435405256
Binary10100111100010110100100111011110011100011101100000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74552; }

 p { color: rgb(167,69,82); }

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

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

 a { background-color: rgb(167,69,82); }

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

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

 span { border-color: rgb(167,69,82); }

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