#AA384D

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

Shades of Night Shadz #AA384D

Tints of Night Shadz #AA384D

Color information

#AA384D (or 0xAA384D) is unknown color: approx Night Shadz. HEX triplet: AA, 38 and 4D. RGB value is (170,56,77). Sum of RGB (Red+Green+Blue) = 170+56+77=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA384D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA384D is #55C7B2. Grayscale: #5C5C5C. Windows color (decimal): -5621683 or 5060778. OLE color: 5060778.

HSL color Cylindrical-coordinate representation of color #AA384D: hue angle of 348.95º 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 #AA384D is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB1705677-
CMYK00.670.550.33
HSL348.95º50.44%44.31%-
HSV(B)348.95º67.06%66.67%-
XYZ19.3311.918.3-
YUV92.48119.27183.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.11%
GREEN value IS 56 (22.27% from 255) = 18.48%
BLUE value IS 77 (30.47% from 255) = 25.41%
R=56.11%
G=18.48%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170567700.670.550.33348.9550.4444.31
HexAA384D043372115d322c
Octal25270115010367415356254
Binary10101010111000100110101000011110111100001101011101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA384D; }

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

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

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

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

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

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

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

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