#AD3856

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

Shades of Night Shadz #AD3856

Tints of Night Shadz #AD3856

Color information

#AD3856 (or 0xAD3856) is unknown color: approx Night Shadz. HEX triplet: AD, 38 and 56. RGB value is (173,56,86). Sum of RGB (Red+Green+Blue) = 173+56+86=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3856 is #52C7A9. Grayscale: #5E5E5E. Windows color (decimal): -5425066 or 5650605. OLE color: 5650605.

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

Color convert

RGB1735686-
CMYK00.680.500.32
HSL344.62º51.09%44.9%-
HSV(B)344.62º67.63%67.84%-
XYZ20.3312.3810.12-
YUV94.4123.26184.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.92%
GREEN value IS 56 (22.27% from 255) = 17.78%
BLUE value IS 86 (33.98% from 255) = 27.30%
R=54.92%
G=17.78%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173568600.680.500.32344.6251.0944.9
HexAD38560443220159332d
Octal25570126010462405316355
Binary10101101111000101011001000100110010100000101011001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3856; }

 p { color: rgb(173,56,86); }

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

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

 a { background-color: rgb(173,56,86); }

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

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

 span { border-color: rgb(173,56,86); }

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