Html Css Color HEX #AD522F Red Stage

📋 copy color: '#AD522F'

red 173 ◦ green 82 ◦ blue 47

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

Shades of Red Stage #AD522F

Tints of Red Stage #AD522F

RGB

 RED value IS 173 (67.97% from 255) = 57.28%

 GREEN value IS 82 (32.42% from 255) = 27.15%

 BLUE value IS 47 (18.75% from 255) = 15.56%

R = 57.28%
G = 27.15%
B = 15.56%

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

#AD522F (or 0xAD522F) is known color: Red Stage. HEX triplet: AD, 52 and 2F. RGB value is (173,82,47). Sum of RGB (Red+Green+Blue) = 173+82+47=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD522F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD522F is #52ADD0. Grayscale: #696969. Windows color (decimal): -5418449 or 3101357. OLE color: 3101357.

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

Color convert

RGB 173 82 47 -
CMYK 0 0.53 0.73 0.32
HSL 16.67º 0.57% 0.43% -
HSV(B) 16.67º 0.73% 0.68% -
XYZ 20.76 15.12 4.51 -
YUV 105.22 95.15 176.35 -
System Red Green Blue C M Y K H S L
Decimal 173 82 47 0 0.53 0.73 0.32 16.67 0.57 0.43
Hex AD 52 2F 0 35 49 20 11 39 2B
Octal 255 122 57 0 65 111 40 21 71 53
Binary 10101101 1010010 101111 0 110101 1001001 100000 10001 111001 101011

Color Harmonies of #AD522F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD522F

Black with #AD522F

Text Example


Text Example

White with #AD522F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD522F; }

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

 H1.HeaderClassName
 {
   color: #AD522F;
 }
 .AnyTagClassName
 {
   color: #AD522F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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