#AD3453

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

Shades of Night Shadz #AD3453

Tints of Night Shadz #AD3453

Color information

#AD3453 (or 0xAD3453) is unknown color: approx Night Shadz. HEX triplet: AD, 34 and 53. RGB value is (173,52,83). Sum of RGB (Red+Green+Blue) = 173+52+83=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3453 is #52CBAC. Grayscale: #5B5B5B. Windows color (decimal): -5426093 or 5452973. OLE color: 5452973.

HSL color Cylindrical-coordinate representation of color #AD3453: hue angle of 344.63º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD3453 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB1735283-
CMYK00.700.520.32
HSL344.63º53.78%44.12%-
HSV(B)344.63º69.94%67.84%-
XYZ20.0211.969.44-
YUV91.71123.09185.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.17%
GREEN value IS 52 (20.70% from 255) = 16.88%
BLUE value IS 83 (32.81% from 255) = 26.95%
R=56.17%
G=16.88%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173528300.700.520.32344.6353.7844.12
HexAD34530463420159362c
Octal25564123010664405316654
Binary10101101110100101001101000110110100100000101011001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3453; }

 p { color: rgb(173,52,83); }

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

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

 a { background-color: rgb(173,52,83); }

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

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

 span { border-color: rgb(173,52,83); }

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