#AE4447

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

Shades of Night Shadz #AE4447

Tints of Night Shadz #AE4447

Color information

#AE4447 (or 0xAE4447) is unknown color: approx Night Shadz. HEX triplet: AE, 44 and 47. RGB value is (174,68,71). Sum of RGB (Red+Green+Blue) = 174+68+71=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4447 is #51BBB8. Grayscale: #646464. Windows color (decimal): -5356473 or 4670638. OLE color: 4670638.

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

Color convert

RGB1746871-
CMYK00.610.590.32
HSL358.3º43.8%47.45%-
HSV(B)358.3º60.92%68.24%-
XYZ20.6613.597.5-
YUV100.04111.62180.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.59%
GREEN value IS 68 (26.95% from 255) = 21.73%
BLUE value IS 71 (28.12% from 255) = 22.68%
R=55.59%
G=21.73%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174687100.610.590.32358.343.847.45
HexAE444703D3B201662c2f
Octal25610410707573405465457
Binary10101110100010010001110111101111011100000101100110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4447; }

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

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

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

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

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

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

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

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