#A73F55

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

Shades of Night Shadz #A73F55

Tints of Night Shadz #A73F55

Color information

#A73F55 (or 0xA73F55) is unknown color: approx Night Shadz. HEX triplet: A7, 3F and 55. RGB value is (167,63,85). Sum of RGB (Red+Green+Blue) = 167+63+85=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A73F55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73F55 is #58C0AA. Grayscale: #606060. Windows color (decimal): -5816491 or 5586855. OLE color: 5586855.

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

Color convert

RGB1676385-
CMYK00.620.490.35
HSL347.31º45.22%45.1%-
HSV(B)347.31º62.28%65.49%-
XYZ19.3512.439.97-
YUV96.6121.46178.21-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.02%
GREEN value IS 63 (25% from 255) = 20%
BLUE value IS 85 (33.59% from 255) = 26.98%
R=53.02%
G=20%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167638500.620.490.35347.3145.2245.1
HexA73F5503E312315b2d2d
Octal2477712507661435335555
Binary1010011111111110101010111110110001100011101011011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73F55; }

 p { color: rgb(167,63,85); }

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

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

 a { background-color: rgb(167,63,85); }

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

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

 span { border-color: rgb(167,63,85); }

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