#AD4143

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

Shades of Night Shadz #AD4143

Tints of Night Shadz #AD4143

Color information

#AD4143 (or 0xAD4143) is unknown color: approx Night Shadz. HEX triplet: AD, 41 and 43. RGB value is (173,65,67). Sum of RGB (Red+Green+Blue) = 173+65+67=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4143 is #52BEBC. Grayscale: #616161. Windows color (decimal): -5422781 or 4407725. OLE color: 4407725.

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

Color convert

RGB1736567-
CMYK00.620.610.32
HSL358.89º45.38%46.67%-
HSV(B)358.89º62.43%67.84%-
XYZ20.1413.076.77-
YUV97.52110.78181.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.72%
GREEN value IS 65 (25.78% from 255) = 21.31%
BLUE value IS 67 (26.56% from 255) = 21.97%
R=56.72%
G=21.31%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173656700.620.610.32358.8945.3846.67
HexAD414303E3D201672d2f
Octal25510110307675405475557
Binary10101101100000110000110111110111101100000101100111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4143; }

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

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

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

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

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

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

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

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