#AD2C26

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

Shades of Brown #AD2C26

Tints of Brown #AD2C26

Color information

#AD2C26 (or 0xAD2C26) is unknown color: approx Brown. HEX triplet: AD, 2C and 26. RGB value is (173,44,38). Sum of RGB (Red+Green+Blue) = 173+44+38=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2C26 is #52D3D9. Grayscale: #525252. Windows color (decimal): -5428186 or 2501805. OLE color: 2501805.

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

Color convert

RGB1734438-
CMYK00.750.780.32
HSL2.67º63.98%41.37%-
HSV(B)2.67º78.03%67.84%-
XYZ18.4810.832.95-
YUV81.89103.24192.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 67.84%
GREEN value IS 44 (17.58% from 255) = 17.25%
BLUE value IS 38 (15.23% from 255) = 14.90%
R=67.84%
G=17.25%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173443800.750.780.322.6763.9841.37
HexAD2C2604B4E2034029
Octal2555446011311640310051
Binary10101101101100100110010010111001110100000111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2C26; }

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

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

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

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

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

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

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

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