#AD2C27

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

Shades of Brown #AD2C27

Tints of Brown #AD2C27

Color information

#AD2C27 (or 0xAD2C27) is unknown color: approx Brown. HEX triplet: AD, 2C and 27. RGB value is (173,44,39). Sum of RGB (Red+Green+Blue) = 173+44+39=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2C27 is #52D3D8. Grayscale: #525252. Windows color (decimal): -5428185 or 2567341. OLE color: 2567341.

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

Color convert

RGB1734439-
CMYK00.750.770.32
HSL2.24º63.21%41.57%-
HSV(B)2.24º77.46%67.84%-
XYZ18.510.833.04-
YUV82103.74192.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 67.58%
GREEN value IS 44 (17.58% from 255) = 17.19%
BLUE value IS 39 (15.62% from 255) = 15.23%
R=67.58%
G=17.19%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173443900.750.770.322.2463.2141.57
HexAD2C2704B4D2023f2a
Octal255544701131154027752
Binary1010110110110010011101001011100110110000010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2C27; }

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

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

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

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

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

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

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

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