#AD312A

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

Shades of Brown #AD312A

Tints of Brown #AD312A

Color information

#AD312A (or 0xAD312A) is unknown color: approx Brown. HEX triplet: AD, 31 and 2A. RGB value is (173,49,42). Sum of RGB (Red+Green+Blue) = 173+49+42=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD312A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD312A is #52CED5. Grayscale: #555555. Windows color (decimal): -5426902 or 2765229. OLE color: 2765229.

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

Color convert

RGB1734942-
CMYK00.720.760.32
HSL3.21º60.93%42.16%-
HSV(B)3.21º75.72%67.84%-
XYZ18.7511.253.37-
YUV85.28103.58190.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 65.53%
GREEN value IS 49 (19.53% from 255) = 18.56%
BLUE value IS 42 (16.80% from 255) = 15.91%
R=65.53%
G=18.56%
B=15.91%

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
Decimal173494200.720.760.323.2160.9342.16
HexAD312A0484C2033d2a
Octal255615201101144037552
Binary1010110111000110101001001000100110010000011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD312A; }

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

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

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

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

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

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

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

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