#AD3421

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

Shades of Brown #AD3421

Tints of Brown #AD3421

Color information

#AD3421 (or 0xAD3421) is unknown color: approx Brown. HEX triplet: AD, 34 and 21. RGB value is (173,52,33). Sum of RGB (Red+Green+Blue) = 173+52+33=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3421 is #52CBDE. Grayscale: #565656. Windows color (decimal): -5426143 or 2176173. OLE color: 2176173.

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

Color convert

RGB1735233-
CMYK00.700.810.32
HSL8.14º67.96%40.39%-
HSV(B)8.14º80.92%67.84%-
XYZ18.7411.452.66-
YUV86.0198.09190.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 67.05%
GREEN value IS 52 (20.70% from 255) = 20.16%
BLUE value IS 33 (13.28% from 255) = 12.79%
R=67.05%
G=20.16%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.81
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173523300.700.810.328.1467.9640.39
HexAD3421046512084428
Octal25564410106121401010450
Binary1010110111010010000101000110101000110000010001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3421; }

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

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

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

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

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

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

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

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