#AE3B42

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

Shades of Night Shadz #AE3B42

Tints of Night Shadz #AE3B42

Color information

#AE3B42 (or 0xAE3B42) is unknown color: approx Night Shadz. HEX triplet: AE, 3B and 42. RGB value is (174,59,66). Sum of RGB (Red+Green+Blue) = 174+59+66=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3B42 is #51C4BD. Grayscale: #5E5E5E. Windows color (decimal): -5358782 or 4340654. OLE color: 4340654.

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

Color convert

RGB1745966-
CMYK00.660.620.32
HSL356.35º49.36%45.69%-
HSV(B)356.35º66.09%68.24%-
XYZ2012.526.52-
YUV94.18112.1184.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.19%
GREEN value IS 59 (23.44% from 255) = 19.73%
BLUE value IS 66 (26.17% from 255) = 22.07%
R=58.19%
G=19.73%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174596600.660.620.32356.3549.3645.69
HexAE3B420423E20164312e
Octal25673102010276405446156
Binary10101110111011100001001000010111110100000101100100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3B42; }

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

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

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

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

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

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

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

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