#AE4243

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

Shades of Night Shadz #AE4243

Tints of Night Shadz #AE4243

Color information

#AE4243 (or 0xAE4243) is unknown color: approx Night Shadz. HEX triplet: AE, 42 and 43. RGB value is (174,66,67). Sum of RGB (Red+Green+Blue) = 174+66+67=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4243 is #51BDBC. Grayscale: #626262. Windows color (decimal): -5356989 or 4407982. OLE color: 4407982.

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

Color convert

RGB1746667-
CMYK00.620.610.32
HSL359.44º45%47.06%-
HSV(B)359.44º62.07%68.24%-
XYZ20.4213.36.8-
YUV98.41110.28181.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.68%
GREEN value IS 66 (26.17% from 255) = 21.50%
BLUE value IS 67 (26.56% from 255) = 21.82%
R=56.68%
G=21.50%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174666700.620.610.32359.444547.06
HexAE424303E3D201672d2f
Octal25610210307675405475557
Binary10101110100001010000110111110111101100000101100111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4243; }

 p { color: rgb(174,66,67); }

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

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

 a { background-color: rgb(174,66,67); }

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

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

 span { border-color: rgb(174,66,67); }

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