#AD3254

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

Shades of Night Shadz #AD3254

Tints of Night Shadz #AD3254

Color information

#AD3254 (or 0xAD3254) is unknown color: approx Night Shadz. HEX triplet: AD, 32 and 54. RGB value is (173,50,84). Sum of RGB (Red+Green+Blue) = 173+50+84=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3254 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3254 is #52CDAB. Grayscale: #5A5A5A. Windows color (decimal): -5426604 or 5517997. OLE color: 5517997.

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

Color convert

RGB1735084-
CMYK00.710.510.32
HSL343.41º55.16%43.73%-
HSV(B)343.41º71.1%67.84%-
XYZ19.9711.819.61-
YUV90.65124.25186.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.35%
GREEN value IS 50 (19.92% from 255) = 16.29%
BLUE value IS 84 (33.20% from 255) = 27.36%
R=56.35%
G=16.29%
B=27.36%

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
Decimal173508400.710.510.32343.4155.1643.73
HexAD32540473320157372c
Octal25562124010763405276754
Binary10101101110010101010001000111110011100000101010111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3254; }

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

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

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

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

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

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

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

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