#AD3424

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

Shades of Brown #AD3424

Tints of Brown #AD3424

Color information

#AD3424 (or 0xAD3424) is unknown color: approx Brown. HEX triplet: AD, 34 and 24. RGB value is (173,52,36). Sum of RGB (Red+Green+Blue) = 173+52+36=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3424 is #52CBDB. Grayscale: #565656. Windows color (decimal): -5426140 or 2372781. OLE color: 2372781.

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

Color convert

RGB1735236-
CMYK00.700.790.32
HSL7.01º65.55%40.98%-
HSV(B)7.01º79.19%67.84%-
XYZ18.7811.472.89-
YUV86.3599.59189.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 66.28%
GREEN value IS 52 (20.70% from 255) = 19.92%
BLUE value IS 36 (14.45% from 255) = 13.79%
R=66.28%
G=19.92%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173523600.700.790.327.0165.5540.98
HexAD34240464F2074229
Octal2556444010611740710251
Binary101011011101001001000100011010011111000001111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3424; }

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

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

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

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

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

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

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

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