#AD3320

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

Shades of Brown #AD3320

Tints of Brown #AD3320

Color information

#AD3320 (or 0xAD3320) is unknown color: approx Brown. HEX triplet: AD, 33 and 20. RGB value is (173,51,32). Sum of RGB (Red+Green+Blue) = 173+51+32=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3320 is #52CCDF. Grayscale: #555555. Windows color (decimal): -5426400 or 2110381. OLE color: 2110381.

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

Color convert

RGB1735132-
CMYK00.710.820.32
HSL8.09º68.78%40.2%-
HSV(B)8.09º81.5%67.84%-
XYZ18.6811.362.57-
YUV85.3197.92190.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 67.58%
GREEN value IS 51 (20.31% from 255) = 19.92%
BLUE value IS 32 (12.89% from 255) = 12.5%
R=67.58%
G=19.92%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173513200.710.820.328.0968.7840.2
HexAD3320047522084528
Octal25563400107122401010550
Binary1010110111001110000001000111101001010000010001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3320; }

 p { color: rgb(173,51,32); }

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

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

 a { background-color: rgb(173,51,32); }

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

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

 span { border-color: rgb(173,51,32); }

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