#A74150

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

Shades of Night Shadz #A74150

Tints of Night Shadz #A74150

Color information

#A74150 (or 0xA74150) is unknown color: approx Night Shadz. HEX triplet: A7, 41 and 50. RGB value is (167,65,80). Sum of RGB (Red+Green+Blue) = 167+65+80=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A74150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74150 is #58BEAF. Grayscale: #616161. Windows color (decimal): -5815984 or 5259687. OLE color: 5259687.

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

Color convert

RGB1676580-
CMYK00.610.520.35
HSL351.18º43.97%45.49%-
HSV(B)351.18º61.08%65.49%-
XYZ19.2712.589-
YUV97.21118.29177.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.53%
GREEN value IS 65 (25.78% from 255) = 20.83%
BLUE value IS 80 (31.64% from 255) = 25.64%
R=53.53%
G=20.83%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167658000.610.520.35351.1843.9745.49
HexA7415003D342315f2c2d
Octal24710112007564435375455
Binary10100111100000110100000111101110100100011101011111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74150; }

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

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

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

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

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

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

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

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