#AD354A

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

Shades of Night Shadz #AD354A

Tints of Night Shadz #AD354A

Color information

#AD354A (or 0xAD354A) is unknown color: approx Night Shadz. HEX triplet: AD, 35 and 4A. RGB value is (173,53,74). Sum of RGB (Red+Green+Blue) = 173+53+74=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD354A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD354A is #52CAB5. Grayscale: #5B5B5B. Windows color (decimal): -5425846 or 4863405. OLE color: 4863405.

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

Color convert

RGB1735374-
CMYK00.690.570.32
HSL349.5º53.1%44.31%-
HSV(B)349.5º69.36%67.84%-
XYZ19.7411.927.74-
YUV91.27118.26186.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.67%
GREEN value IS 53 (21.09% from 255) = 17.67%
BLUE value IS 74 (29.30% from 255) = 24.67%
R=57.67%
G=17.67%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173537400.690.570.32349.553.144.31
HexAD354A045392015e352c
Octal25565112010571405366554
Binary10101101110101100101001000101111001100000101011110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD354A; }

 p { color: rgb(173,53,74); }

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

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

 a { background-color: rgb(173,53,74); }

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

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

 span { border-color: rgb(173,53,74); }

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