#AD2C2B

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

Shades of Brown #AD2C2B

Tints of Brown #AD2C2B

Color information

#AD2C2B (or 0xAD2C2B) is unknown color: approx Brown. HEX triplet: AD, 2C and 2B. RGB value is (173,44,43). Sum of RGB (Red+Green+Blue) = 173+44+43=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2C2B is #52D3D4. Grayscale: #525252. Windows color (decimal): -5428181 or 2829485. OLE color: 2829485.

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

Color convert

RGB1734443-
CMYK00.750.750.32
HSL0.46º60.19%42.35%-
HSV(B)0.46º75.14%67.84%-
XYZ18.5710.863.4-
YUV82.46105.74192.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 66.54%
GREEN value IS 44 (17.58% from 255) = 16.92%
BLUE value IS 43 (17.19% from 255) = 16.54%
R=66.54%
G=16.92%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173444300.750.750.320.4660.1942.35
HexAD2C2B04B4B2003c2a
Octal255545301131134007452
Binary101011011011001010110100101110010111000000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2C2B; }

 p { color: rgb(173,44,43); }

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

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

 a { background-color: rgb(173,44,43); }

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

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

 span { border-color: rgb(173,44,43); }

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