#AD312E

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

Shades of Brown #AD312E

Tints of Brown #AD312E

Color information

#AD312E (or 0xAD312E) is unknown color: approx Brown. HEX triplet: AD, 31 and 2E. RGB value is (173,49,46). Sum of RGB (Red+Green+Blue) = 173+49+46=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD312E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD312E is #52CED1. Grayscale: #555555. Windows color (decimal): -5426898 or 3027373. OLE color: 3027373.

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

Color convert

RGB1734946-
CMYK00.720.730.32
HSL1.42º57.99%42.94%-
HSV(B)1.42º73.41%67.84%-
XYZ18.8311.283.77-
YUV85.73105.58190.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 64.55%
GREEN value IS 49 (19.53% from 255) = 18.28%
BLUE value IS 46 (18.36% from 255) = 17.16%
R=64.55%
G=18.28%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173494600.720.730.321.4257.9942.94
HexAD312E048492013a2b
Octal255615601101114017253
Binary101011011100011011100100100010010011000001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD312E; }

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

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

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

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

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

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

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

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