#AD321E

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

Shades of Brown #AD321E

Tints of Brown #AD321E

Color information

#AD321E (or 0xAD321E) is unknown color: approx Brown. HEX triplet: AD, 32 and 1E. RGB value is (173,50,30). Sum of RGB (Red+Green+Blue) = 173+50+30=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD321E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD321E is #52CDE1. Grayscale: #545454. Windows color (decimal): -5426658 or 1979053. OLE color: 1979053.

HSL color Cylindrical-coordinate representation of color #AD321E: hue angle of 8.39º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD321E is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB1735030-
CMYK00.710.830.32
HSL8.39º70.44%39.8%-
HSV(B)8.39º82.66%67.84%-
XYZ18.6111.262.42-
YUV84.597.25191.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 68.38%
GREEN value IS 50 (19.92% from 255) = 19.76%
BLUE value IS 30 (12.11% from 255) = 11.86%
R=68.38%
G=19.76%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173503000.710.830.328.3970.4439.8
HexAD321E047532084628
Octal25562360107123401010650
Binary101011011100101111001000111101001110000010001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD321E; }

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

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

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

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

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

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

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

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