#AA384E

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

Shades of Night Shadz #AA384E

Tints of Night Shadz #AA384E

Color information

#AA384E (or 0xAA384E) is unknown color: approx Night Shadz. HEX triplet: AA, 38 and 4E. RGB value is (170,56,78). Sum of RGB (Red+Green+Blue) = 170+56+78=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA384E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA384E is #55C7B1. Grayscale: #5C5C5C. Windows color (decimal): -5621682 or 5126314. OLE color: 5126314.

HSL color Cylindrical-coordinate representation of color #AA384E: hue angle of 348.42º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA384E is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB1705678-
CMYK00.670.540.33
HSL348.42º50.44%44.31%-
HSV(B)348.42º67.06%66.67%-
XYZ19.3711.928.49-
YUV92.59119.77183.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.92%
GREEN value IS 56 (22.27% from 255) = 18.42%
BLUE value IS 78 (30.86% from 255) = 25.66%
R=55.92%
G=18.42%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170567800.670.540.33348.4250.4444.31
HexAA384E043362115c322c
Octal25270116010366415346254
Binary10101010111000100111001000011110110100001101011100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA384E; }

 p { color: rgb(170,56,78); }

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

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

 a { background-color: rgb(170,56,78); }

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

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

 span { border-color: rgb(170,56,78); }

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