#A84449

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

Shades of Night Shadz #A84449

Tints of Night Shadz #A84449

Color information

#A84449 (or 0xA84449) is unknown color: approx Night Shadz. HEX triplet: A8, 44 and 49. RGB value is (168,68,73). Sum of RGB (Red+Green+Blue) = 168+68+73=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A84449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84449 is #57BBB6. Grayscale: #626262. Windows color (decimal): -5749687 or 4801704. OLE color: 4801704.

HSL color Cylindrical-coordinate representation of color #A84449: hue angle of 357º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84449 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB1686873-
CMYK00.600.570.34
HSL357º42.37%46.27%-
HSV(B)357º59.52%65.88%-
XYZ19.4212.947.78-
YUV98.47113.63177.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.37%
GREEN value IS 68 (26.95% from 255) = 22.01%
BLUE value IS 73 (28.91% from 255) = 23.62%
R=54.37%
G=22.01%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168687300.600.570.3435742.3746.27
HexA8444903C39221652a2e
Octal25010411107471425455256
Binary10101000100010010010010111100111001100010101100101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84449; }

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

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

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

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

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

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

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

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