#AE4042

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

Shades of Night Shadz #AE4042

Tints of Night Shadz #AE4042

Color information

#AE4042 (or 0xAE4042) is unknown color: approx Night Shadz. HEX triplet: AE, 40 and 42. RGB value is (174,64,66). Sum of RGB (Red+Green+Blue) = 174+64+66=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4042 is #51BFBD. Grayscale: #616161. Windows color (decimal): -5357502 or 4341934. OLE color: 4341934.

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

Color convert

RGB1746466-
CMYK00.630.620.32
HSL358.91º46.22%46.67%-
HSV(B)358.91º63.22%68.24%-
XYZ20.2713.066.61-
YUV97.12110.44182.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.24%
GREEN value IS 64 (25.39% from 255) = 21.05%
BLUE value IS 66 (26.17% from 255) = 21.71%
R=57.24%
G=21.05%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174646600.630.620.32358.9146.2246.67
HexAE404203F3E201672e2f
Octal25610010207776405475657
Binary10101110100000010000100111111111110100000101100111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4042; }

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

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

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

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

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

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

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

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