#AA4246

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

Shades of Night Shadz #AA4246

Tints of Night Shadz #AA4246

Color information

#AA4246 (or 0xAA4246) is unknown color: approx Night Shadz. HEX triplet: AA, 42 and 46. RGB value is (170,66,70). Sum of RGB (Red+Green+Blue) = 170+66+70=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4246 is #55BDB9. Grayscale: #616161. Windows color (decimal): -5619130 or 4604586. OLE color: 4604586.

HSL color Cylindrical-coordinate representation of color #AA4246: hue angle of 357.69º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4246 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB1706670-
CMYK00.610.590.33
HSL357.69º44.07%46.27%-
HSV(B)357.69º61.18%66.67%-
XYZ19.6312.887.25-
YUV97.55112.46179.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.56%
GREEN value IS 66 (26.17% from 255) = 21.57%
BLUE value IS 70 (27.73% from 255) = 22.88%
R=55.56%
G=21.57%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170667000.610.590.33357.6944.0746.27
HexAA424603D3B211662c2e
Octal25210210607573415465456
Binary10101010100001010001100111101111011100001101100110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4246; }

 p { color: rgb(170,66,70); }

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

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

 a { background-color: rgb(170,66,70); }

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

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

 span { border-color: rgb(170,66,70); }

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