#A74449

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

Shades of Night Shadz #A74449

Tints of Night Shadz #A74449

Color information

#A74449 (or 0xA74449) is unknown color: approx Night Shadz. HEX triplet: A7, 44 and 49. RGB value is (167,68,73). Sum of RGB (Red+Green+Blue) = 167+68+73=308 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.22% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 167 - color contains mainly: red. Hex color #A74449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74449 is #58BBB6. Grayscale: #626262. Windows color (decimal): -5815223 or 4801703. OLE color: 4801703.

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

Color convert

RGB1676873-
CMYK00.590.560.35
HSL356.97º42.13%46.08%-
HSV(B)356.97º59.28%65.49%-
XYZ19.2112.837.77-
YUV98.17113.8177.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.22%
GREEN value IS 68 (26.95% from 255) = 22.08%
BLUE value IS 73 (28.91% from 255) = 23.70%
R=54.22%
G=22.08%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167687300.590.560.35356.9742.1346.08
HexA7444903B38231652a2e
Octal24710411107370435455256
Binary10100111100010010010010111011111000100011101100101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74449; }

 p { color: rgb(167,68,73); }

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

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

 a { background-color: rgb(167,68,73); }

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

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

 span { border-color: rgb(167,68,73); }

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