#AE434B

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

Shades of Night Shadz #AE434B

Tints of Night Shadz #AE434B

Color information

#AE434B (or 0xAE434B) is unknown color: approx Night Shadz. HEX triplet: AE, 43 and 4B. RGB value is (174,67,75). Sum of RGB (Red+Green+Blue) = 174+67+75=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE434B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE434B is #51BCB4. Grayscale: #636363. Windows color (decimal): -5356725 or 4932526. OLE color: 4932526.

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

Color convert

RGB1746775-
CMYK00.610.570.32
HSL355.51º44.4%47.25%-
HSV(B)355.51º61.49%68.24%-
XYZ20.7313.528.17-
YUV99.9113.95180.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.06%
GREEN value IS 67 (26.56% from 255) = 21.20%
BLUE value IS 75 (29.69% from 255) = 23.73%
R=55.06%
G=21.20%
B=23.73%

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
Decimal174677500.610.570.32355.5144.447.25
HexAE434B03D39201642c2f
Octal25610311307571405445457
Binary10101110100001110010110111101111001100000101100100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE434B; }

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

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

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

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

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

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

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

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