#AD3C3E

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

Shades of Night Shadz #AD3C3E

Tints of Night Shadz #AD3C3E

Color information

#AD3C3E (or 0xAD3C3E) is unknown color: approx Night Shadz. HEX triplet: AD, 3C and 3E. RGB value is (173,60,62). Sum of RGB (Red+Green+Blue) = 173+60+62=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3C3E is #52C3C1. Grayscale: #5E5E5E. Windows color (decimal): -5424066 or 4078765. OLE color: 4078765.

HSL color Cylindrical-coordinate representation of color #AD3C3E: hue angle of 358.94º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD3C3E is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB1736062-
CMYK00.650.640.32
HSL358.94º48.5%45.69%-
HSV(B)358.94º65.32%67.84%-
XYZ19.7212.465.92-
YUV94.02109.94184.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.64%
GREEN value IS 60 (23.83% from 255) = 20.34%
BLUE value IS 62 (24.61% from 255) = 21.02%
R=58.64%
G=20.34%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173606200.650.640.32358.9448.545.69
HexAD3C3E0414020167302e
Octal25574760101100405476056
Binary10101101111100111110010000011000000100000101100111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3C3E; }

 p { color: rgb(173,60,62); }

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

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

 a { background-color: rgb(173,60,62); }

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

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

 span { border-color: rgb(173,60,62); }

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