#AD3029

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

Shades of Brown #AD3029

Tints of Brown #AD3029

Color information

#AD3029 (or 0xAD3029) is unknown color: approx Brown. HEX triplet: AD, 30 and 29. RGB value is (173,48,41). Sum of RGB (Red+Green+Blue) = 173+48+41=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3029 is #52CFD6. Grayscale: #545454. Windows color (decimal): -5427159 or 2699437. OLE color: 2699437.

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

Color convert

RGB1734841-
CMYK00.720.760.32
HSL3.18º61.68%41.96%-
HSV(B)3.18º76.3%67.84%-
XYZ18.6911.163.27-
YUV84.58103.41191.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 66.03%
GREEN value IS 48 (19.14% from 255) = 18.32%
BLUE value IS 41 (16.41% from 255) = 15.65%
R=66.03%
G=18.32%
B=15.65%

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
Decimal173484100.720.760.323.1861.6841.96
HexAD30290484C2033e2a
Octal255605101101144037652
Binary1010110111000010100101001000100110010000011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3029; }

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

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

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

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

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

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

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

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