#AD414B

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

Shades of Night Shadz #AD414B

Tints of Night Shadz #AD414B

Color information

#AD414B (or 0xAD414B) is unknown color: approx Night Shadz. HEX triplet: AD, 41 and 4B. RGB value is (173,65,75). Sum of RGB (Red+Green+Blue) = 173+65+75=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD414B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD414B is #52BEB4. Grayscale: #626262. Windows color (decimal): -5422773 or 4932013. OLE color: 4932013.

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

Color convert

RGB1736575-
CMYK00.620.570.32
HSL354.44º45.38%46.67%-
HSV(B)354.44º62.43%67.84%-
XYZ20.3913.178.12-
YUV98.43114.78181.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.27%
GREEN value IS 65 (25.78% from 255) = 20.77%
BLUE value IS 75 (29.69% from 255) = 23.96%
R=55.27%
G=20.77%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173657500.620.570.32354.4445.3846.67
HexAD414B03E39201622d2f
Octal25510111307671405425557
Binary10101101100000110010110111110111001100000101100010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD414B; }

 p { color: rgb(173,65,75); }

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

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

 a { background-color: rgb(173,65,75); }

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

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

 span { border-color: rgb(173,65,75); }

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