#AD3129

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

Shades of Brown #AD3129

Tints of Brown #AD3129

Color information

#AD3129 (or 0xAD3129) is unknown color: approx Brown. HEX triplet: AD, 31 and 29. RGB value is (173,49,41). Sum of RGB (Red+Green+Blue) = 173+49+41=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3129 is #52CED6. Grayscale: #555555. Windows color (decimal): -5426903 or 2699693. OLE color: 2699693.

HSL color Cylindrical-coordinate representation of color #AD3129: hue angle of 3.64º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD3129 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB1734941-
CMYK00.720.760.32
HSL3.64º61.68%41.96%-
HSV(B)3.64º76.3%67.84%-
XYZ18.7311.243.28-
YUV85.16103.08190.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 65.78%
GREEN value IS 49 (19.53% from 255) = 18.63%
BLUE value IS 41 (16.41% from 255) = 15.59%
R=65.78%
G=18.63%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173494100.720.760.323.6461.6841.96
HexAD31290484C2043e2a
Octal255615101101144047652
Binary10101101110001101001010010001001100100000100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3129; }

 p { color: rgb(173,49,41); }

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

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

 a { background-color: rgb(173,49,41); }

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

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

 span { border-color: rgb(173,49,41); }

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