#AD3D4C

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

Shades of Night Shadz #AD3D4C

Tints of Night Shadz #AD3D4C

Color information

#AD3D4C (or 0xAD3D4C) is unknown color: approx Night Shadz. HEX triplet: AD, 3D and 4C. RGB value is (173,61,76). Sum of RGB (Red+Green+Blue) = 173+61+76=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3D4C is #52C2B3. Grayscale: #606060. Windows color (decimal): -5423796 or 4996525. OLE color: 4996525.

HSL color Cylindrical-coordinate representation of color #AD3D4C: hue angle of 351.96º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD3D4C is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB1736176-
CMYK00.650.560.32
HSL351.96º47.86%45.88%-
HSV(B)351.96º64.74%67.84%-
XYZ20.2112.748.23-
YUV96.2116.61182.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.81%
GREEN value IS 61 (24.22% from 255) = 19.68%
BLUE value IS 76 (30.08% from 255) = 24.52%
R=55.81%
G=19.68%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173617600.650.560.32351.9647.8645.88
HexAD3D4C0413820160302e
Octal25575114010170405406056
Binary10101101111101100110001000001111000100000101100000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3D4C; }

 p { color: rgb(173,61,76); }

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

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

 a { background-color: rgb(173,61,76); }

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

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

 span { border-color: rgb(173,61,76); }

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