#AD3324

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

Shades of Brown #AD3324

Tints of Brown #AD3324

Color information

#AD3324 (or 0xAD3324) is unknown color: approx Brown. HEX triplet: AD, 33 and 24. RGB value is (173,51,36). Sum of RGB (Red+Green+Blue) = 173+51+36=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3324 is #52CCDB. Grayscale: #555555. Windows color (decimal): -5426396 or 2372525. OLE color: 2372525.

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

Color convert

RGB1735136-
CMYK00.710.790.32
HSL6.57º65.55%40.98%-
HSV(B)6.57º79.19%67.84%-
XYZ18.7411.382.88-
YUV85.7799.92190.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 66.54%
GREEN value IS 51 (20.31% from 255) = 19.62%
BLUE value IS 36 (14.45% from 255) = 13.85%
R=66.54%
G=19.62%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173513600.710.790.326.5765.5540.98
HexAD33240474F2074229
Octal2556344010711740710251
Binary101011011100111001000100011110011111000001111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3324; }

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

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

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

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

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

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

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

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