#AD3255

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

Shades of Night Shadz #AD3255

Tints of Night Shadz #AD3255

Color information

#AD3255 (or 0xAD3255) is unknown color: approx Night Shadz. HEX triplet: AD, 32 and 55. RGB value is (173,50,85). Sum of RGB (Red+Green+Blue) = 173+50+85=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3255 is #52CDAA. Grayscale: #5A5A5A. Windows color (decimal): -5426603 or 5583533. OLE color: 5583533.

HSL color Cylindrical-coordinate representation of color #AD3255: hue angle of 342.93º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3255 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB1735085-
CMYK00.710.510.32
HSL342.93º55.16%43.73%-
HSV(B)342.93º71.1%67.84%-
XYZ20.0111.829.82-
YUV90.77124.75186.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.17%
GREEN value IS 50 (19.92% from 255) = 16.23%
BLUE value IS 85 (33.59% from 255) = 27.60%
R=56.17%
G=16.23%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173508500.710.510.32342.9355.1643.73
HexAD32550473320157372c
Octal25562125010763405276754
Binary10101101110010101010101000111110011100000101010111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3255; }

 p { color: rgb(173,50,85); }

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

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

 a { background-color: rgb(173,50,85); }

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

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

 span { border-color: rgb(173,50,85); }

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