#AA3C55

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

Shades of Night Shadz #AA3C55

Tints of Night Shadz #AA3C55

Color information

#AA3C55 (or 0xAA3C55) is unknown color: approx Night Shadz. HEX triplet: AA, 3C and 55. RGB value is (170,60,85). Sum of RGB (Red+Green+Blue) = 170+60+85=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3C55 is #55C3AA. Grayscale: #5F5F5F. Windows color (decimal): -5620651 or 5586090. OLE color: 5586090.

HSL color Cylindrical-coordinate representation of color #AA3C55: hue angle of 346.36º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3C55 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB1706085-
CMYK00.650.500.33
HSL346.36º47.83%45.1%-
HSV(B)346.36º64.71%66.67%-
XYZ19.8312.439.95-
YUV95.74121.94180.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.97%
GREEN value IS 60 (23.83% from 255) = 19.05%
BLUE value IS 85 (33.59% from 255) = 26.98%
R=53.97%
G=19.05%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170608500.650.500.33346.3647.8345.1
HexAA3C55041322115a302d
Octal25274125010162415326055
Binary10101010111100101010101000001110010100001101011010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3C55; }

 p { color: rgb(170,60,85); }

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

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

 a { background-color: rgb(170,60,85); }

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

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

 span { border-color: rgb(170,60,85); }

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