#AD3D3E

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

Shades of Night Shadz #AD3D3E

Tints of Night Shadz #AD3D3E

Color information

#AD3D3E (or 0xAD3D3E) is unknown color: approx Night Shadz. HEX triplet: AD, 3D and 3E. RGB value is (173,61,62). Sum of RGB (Red+Green+Blue) = 173+61+62=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3D3E is #52C2C1. Grayscale: #5E5E5E. Windows color (decimal): -5423810 or 4079021. OLE color: 4079021.

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

Color convert

RGB1736162-
CMYK00.650.640.32
HSL359.46º47.86%45.88%-
HSV(B)359.46º64.74%67.84%-
XYZ19.7712.575.94-
YUV94.6109.61183.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.45%
GREEN value IS 61 (24.22% from 255) = 20.61%
BLUE value IS 62 (24.61% from 255) = 20.95%
R=58.45%
G=20.61%
B=20.95%

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
Decimal173616200.650.640.32359.4647.8645.88
HexAD3D3E0414020167302e
Octal25575760101100405476056
Binary10101101111101111110010000011000000100000101100111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3D3E; }

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

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

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

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

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

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

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

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