#AD522E

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

Shades of Red Stage #AD522E

Tints of Red Stage #AD522E

Color information

#AD522E (or 0xAD522E) is unknown color: approx Red Stage. HEX triplet: AD, 52 and 2E. RGB value is (173,82,46). Sum of RGB (Red+Green+Blue) = 173+82+46=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD522E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD522E is #52ADD1. Grayscale: #696969. Windows color (decimal): -5418450 or 3035821. OLE color: 3035821.

HSL color Cylindrical-coordinate representation of color #AD522E: hue angle of 17.01º 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 #AD522E is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB1738246-
CMYK00.530.730.32
HSL17.01º57.99%42.94%-
HSV(B)17.01º73.41%67.84%-
XYZ20.7415.124.41-
YUV105.194.65176.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.48%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 46 (18.36% from 255) = 15.28%
R=57.48%
G=27.24%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173824600.530.730.3217.0157.9942.94
HexAD522E0354920113a2b
Octal2551225606511140217253
Binary1010110110100101011100110101100100110000010001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD522E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD522E; }

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

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

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

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

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

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

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

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