#AE434A

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

Shades of Night Shadz #AE434A

Tints of Night Shadz #AE434A

Color information

#AE434A (or 0xAE434A) is unknown color: approx Night Shadz. HEX triplet: AE, 43 and 4A. RGB value is (174,67,74). Sum of RGB (Red+Green+Blue) = 174+67+74=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE434A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE434A is #51BCB5. Grayscale: #636363. Windows color (decimal): -5356726 or 4866990. OLE color: 4866990.

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

Color convert

RGB1746774-
CMYK00.610.570.32
HSL356.07º44.4%47.25%-
HSV(B)356.07º61.49%68.24%-
XYZ20.713.517.99-
YUV99.79113.45180.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.24%
GREEN value IS 67 (26.56% from 255) = 21.27%
BLUE value IS 74 (29.30% from 255) = 23.49%
R=55.24%
G=21.27%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174677400.610.570.32356.0744.447.25
HexAE434A03D39201642c2f
Octal25610311207571405445457
Binary10101110100001110010100111101111001100000101100100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE434A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE434A; }

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

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

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

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

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

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

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

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