#AD3251

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

Shades of Night Shadz #AD3251

Tints of Night Shadz #AD3251

Color information

#AD3251 (or 0xAD3251) is unknown color: approx Night Shadz. HEX triplet: AD, 32 and 51. RGB value is (173,50,81). Sum of RGB (Red+Green+Blue) = 173+50+81=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3251 is #52CDAE. Grayscale: #5A5A5A. Windows color (decimal): -5426607 or 5321389. OLE color: 5321389.

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

Color convert

RGB1735081-
CMYK00.710.530.32
HSL344.88º55.16%43.73%-
HSV(B)344.88º71.1%67.84%-
XYZ19.8611.769.01-
YUV90.31122.75186.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.91%
GREEN value IS 50 (19.92% from 255) = 16.45%
BLUE value IS 81 (32.03% from 255) = 26.64%
R=56.91%
G=16.45%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173508100.710.530.32344.8855.1643.73
HexAD32510473520159372c
Octal25562121010765405316754
Binary10101101110010101000101000111110101100000101011001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3251; }

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

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

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

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

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

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

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

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