#A44249

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

Shades of Night Shadz #A44249

Tints of Night Shadz #A44249

Color information

#A44249 (or 0xA44249) is unknown color: approx Night Shadz. HEX triplet: A4, 42 and 49. RGB value is (164,66,73). Sum of RGB (Red+Green+Blue) = 164+66+73=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A44249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44249 is #5BBDB6. Grayscale: #606060. Windows color (decimal): -6012343 or 4801188. OLE color: 4801188.

HSL color Cylindrical-coordinate representation of color #A44249: hue angle of 355.71º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A44249 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB1646673-
CMYK00.600.550.36
HSL355.71º42.61%45.1%-
HSV(B)355.71º59.76%64.31%-
XYZ18.4612.277.7-
YUV96.1114.97176.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.13%
GREEN value IS 66 (26.17% from 255) = 21.78%
BLUE value IS 73 (28.91% from 255) = 24.09%
R=54.13%
G=21.78%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164667300.600.550.36355.7142.6145.1
HexA4424903C37241642b2d
Octal24410211107467445445355
Binary10100100100001010010010111100110111100100101100100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44249; }

 p { color: rgb(164,66,73); }

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

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

 a { background-color: rgb(164,66,73); }

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

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

 span { border-color: rgb(164,66,73); }

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