#A74152

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

Shades of Night Shadz #A74152

Tints of Night Shadz #A74152

Color information

#A74152 (or 0xA74152) is unknown color: approx Night Shadz. HEX triplet: A7, 41 and 52. RGB value is (167,65,82). Sum of RGB (Red+Green+Blue) = 167+65+82=314 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.18% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 167 - color contains mainly: red. Hex color #A74152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74152 is #58BEAD. Grayscale: #616161. Windows color (decimal): -5815982 or 5390759. OLE color: 5390759.

HSL color Cylindrical-coordinate representation of color #A74152: hue angle of 350º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A74152 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB1676582-
CMYK00.610.510.35
HSL350º43.97%45.49%-
HSV(B)350º61.08%65.49%-
XYZ19.3512.619.4-
YUV97.44119.29177.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.18%
GREEN value IS 65 (25.78% from 255) = 20.70%
BLUE value IS 82 (32.42% from 255) = 26.11%
R=53.18%
G=20.70%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167658200.610.510.3535043.9745.49
HexA7415203D332315e2c2d
Octal24710112207563435365455
Binary10100111100000110100100111101110011100011101011110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74152; }

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

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

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

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

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

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

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

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