#AE4446

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

Shades of Night Shadz #AE4446

Tints of Night Shadz #AE4446

Color information

#AE4446 (or 0xAE4446) is unknown color: approx Night Shadz. HEX triplet: AE, 44 and 46. RGB value is (174,68,70). Sum of RGB (Red+Green+Blue) = 174+68+70=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4446 is #51BBB9. Grayscale: #646464. Windows color (decimal): -5356474 or 4605102. OLE color: 4605102.

HSL color Cylindrical-coordinate representation of color #AE4446: hue angle of 358.87º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE4446 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB1746870-
CMYK00.610.600.32
HSL358.87º43.8%47.45%-
HSV(B)358.87º60.92%68.24%-
XYZ20.6313.587.33-
YUV99.92111.12180.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.77%
GREEN value IS 68 (26.95% from 255) = 21.79%
BLUE value IS 70 (27.73% from 255) = 22.44%
R=55.77%
G=21.79%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174687000.610.600.32358.8743.847.45
HexAE444603D3C201672c2f
Octal25610410607574405475457
Binary10101110100010010001100111101111100100000101100111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4446; }

 p { color: rgb(174,68,70); }

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

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

 a { background-color: rgb(174,68,70); }

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

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

 span { border-color: rgb(174,68,70); }

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