#AD3852

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

Shades of Night Shadz #AD3852

Tints of Night Shadz #AD3852

Color information

#AD3852 (or 0xAD3852) is unknown color: approx Night Shadz. HEX triplet: AD, 38 and 52. RGB value is (173,56,82). Sum of RGB (Red+Green+Blue) = 173+56+82=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3852 is #52C7AD. Grayscale: #5D5D5D. Windows color (decimal): -5425070 or 5388461. OLE color: 5388461.

HSL color Cylindrical-coordinate representation of color #AD3852: hue angle of 346.67º 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 #AD3852 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB1735682-
CMYK00.680.530.32
HSL346.67º51.09%44.9%-
HSV(B)346.67º67.63%67.84%-
XYZ20.1712.329.3-
YUV93.95121.26184.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.63%
GREEN value IS 56 (22.27% from 255) = 18.01%
BLUE value IS 82 (32.42% from 255) = 26.37%
R=55.63%
G=18.01%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173568200.680.530.32346.6751.0944.9
HexAD3852044352015b332d
Octal25570122010465405336355
Binary10101101111000101001001000100110101100000101011011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3852; }

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

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

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

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

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

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

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

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