#AD3524

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

Shades of Brown #AD3524

Tints of Brown #AD3524

Color information

#AD3524 (or 0xAD3524) is unknown color: approx Brown. HEX triplet: AD, 35 and 24. RGB value is (173,53,36). Sum of RGB (Red+Green+Blue) = 173+53+36=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3524 is #52CADB. Grayscale: #575757. Windows color (decimal): -5425884 or 2373037. OLE color: 2373037.

HSL color Cylindrical-coordinate representation of color #AD3524: hue angle of 7.45º 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 #AD3524 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB1735336-
CMYK00.690.790.32
HSL7.45º65.55%40.98%-
HSV(B)7.45º79.19%67.84%-
XYZ18.8311.562.91-
YUV86.9499.26189.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 66.03%
GREEN value IS 53 (21.09% from 255) = 20.23%
BLUE value IS 36 (14.45% from 255) = 13.74%
R=66.03%
G=20.23%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173533600.690.790.327.4565.5540.98
HexAD35240454F2074229
Octal2556544010511740710251
Binary101011011101011001000100010110011111000001111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3524; }

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

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

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

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

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

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

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

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