#AD3722

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

Shades of Brown #AD3722

Tints of Brown #AD3722

Color information

#AD3722 (or 0xAD3722) is unknown color: approx Brown. HEX triplet: AD, 37 and 22. RGB value is (173,55,34). Sum of RGB (Red+Green+Blue) = 173+55+34=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3722 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3722 is #52C8DD. Grayscale: #585858. Windows color (decimal): -5425374 or 2242477. OLE color: 2242477.

HSL color Cylindrical-coordinate representation of color #AD3722: hue angle of 9.06º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD3722 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB1735534-
CMYK00.680.800.32
HSL9.06º67.15%40.59%-
HSV(B)9.06º80.35%67.84%-
XYZ18.8911.732.78-
YUV87.8997.59188.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 66.03%
GREEN value IS 55 (21.88% from 255) = 20.99%
BLUE value IS 34 (13.67% from 255) = 12.98%
R=66.03%
G=20.99%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173553400.680.800.329.0667.1540.59
HexAD3722044502094329
Octal25567420104120401110351
Binary1010110111011110001001000100101000010000010011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3722; }

 p { color: rgb(173,55,34); }

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

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

 a { background-color: rgb(173,55,34); }

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

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

 span { border-color: rgb(173,55,34); }

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