Html Css Color HEX #AD522E Red Stage

📋 copy color: '#AD522E'

red 173 ◦ green 82 ◦ blue 46

#AD522E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Stage #AD522E

Tints of Red Stage #AD522E

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 value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD522E (or 0xAD522E) is known color: 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

RGB 173 82 46 -
CMYK 0 0.53 0.73 0.32
HSL 17.01º 0.58% 0.43% -
HSV(B) 17.01º 0.73% 0.68% -
XYZ 20.74 15.12 4.41 -
YUV 105.11 94.65 176.43 -
System Red Green Blue C M Y K H S L
Decimal 173 82 46 0 0.53 0.73 0.32 17.01 0.58 0.43
Hex AD 52 2E 0 35 49 20 11 3A 2B
Octal 255 122 56 0 65 111 40 21 72 53
Binary 10101101 1010010 101110 0 110101 1001001 100000 10001 111010 101011

Color Harmonies of #AD522E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD522E

Black with #AD522E

Text Example


Text Example

White with #AD522E

Text Example


Text Example

HTML Codes & Css Web 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>