#AA385A

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

Shades of Night Shadz #AA385A

Tints of Night Shadz #AA385A

Color information

#AA385A (or 0xAA385A) is unknown color: approx Night Shadz. HEX triplet: AA, 38 and 5A. RGB value is (170,56,90). Sum of RGB (Red+Green+Blue) = 170+56+90=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA385A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA385A is #55C7A5. Grayscale: #5D5D5D. Windows color (decimal): -5621670 or 5912746. OLE color: 5912746.

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

Color convert

RGB1705690-
CMYK00.670.470.33
HSL342.11º50.44%44.31%-
HSV(B)342.11º67.06%66.67%-
XYZ19.8412.1110.97-
YUV93.96125.77182.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.80%
GREEN value IS 56 (22.27% from 255) = 17.72%
BLUE value IS 90 (35.55% from 255) = 28.48%
R=53.80%
G=17.72%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170569000.670.470.33342.1150.4444.31
HexAA385A0432F21156322c
Octal25270132010357415266254
Binary10101010111000101101001000011101111100001101010110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA385A; }

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

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

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

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

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

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

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

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