#A73750

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

Shades of Night Shadz #A73750

Tints of Night Shadz #A73750

Color information

#A73750 (or 0xA73750) is unknown color: approx Night Shadz. HEX triplet: A7, 37 and 50. RGB value is (167,55,80). Sum of RGB (Red+Green+Blue) = 167+55+80=302 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.30% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 167 - color contains mainly: red. Hex color #A73750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73750 is #58C8AF. Grayscale: #5B5B5B. Windows color (decimal): -5818544 or 5257127. OLE color: 5257127.

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

Color convert

RGB1675580-
CMYK00.670.520.35
HSL346.61º50.45%43.53%-
HSV(B)346.61º67.07%65.49%-
XYZ18.7511.538.83-
YUV91.34121.61181.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.30%
GREEN value IS 55 (21.88% from 255) = 18.21%
BLUE value IS 80 (31.64% from 255) = 26.49%
R=55.30%
G=18.21%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167558000.670.520.35346.6150.4543.53
HexA73750043342315b322c
Octal24767120010364435336254
Binary10100111110111101000001000011110100100011101011011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73750; }

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

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

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

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

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

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

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

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