#AD322E

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

Shades of Brown #AD322E

Tints of Brown #AD322E

Color information

#AD322E (or 0xAD322E) is unknown color: approx Brown. HEX triplet: AD, 32 and 2E. RGB value is (173,50,46). Sum of RGB (Red+Green+Blue) = 173+50+46=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD322E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD322E is #52CDD1. Grayscale: #565656. Windows color (decimal): -5426642 or 3027629. OLE color: 3027629.

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

Color convert

RGB1735046-
CMYK00.710.730.32
HSL1.89º57.99%42.94%-
HSV(B)1.89º73.41%67.84%-
XYZ18.8711.363.78-
YUV86.32105.25189.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 64.31%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 46 (18.36% from 255) = 17.10%
R=64.31%
G=18.59%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173504600.710.730.321.8957.9942.94
HexAD322E047492023a2b
Octal255625601071114027253
Binary1010110111001010111001000111100100110000010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD322E; }

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

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

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

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

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

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

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

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