Html Css Color HEX #AD542E Red Stage

📋 copy color: '#AD542E'

red 173 ◦ green 84 ◦ blue 46

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

Shades of Red Stage #AD542E

Tints of Red Stage #AD542E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.72%

 BLUE value IS 46 (18.36% from 255) = 15.18%

R = 57.1%
G = 27.72%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD542E (or 0xAD542E) is known color: Red Stage. HEX triplet: AD, 54 and 2E. RGB value is (173,84,46). Sum of RGB (Red+Green+Blue) = 173+84+46=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD542E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD542E is #52ABD1. Grayscale: #6A6A6A. Windows color (decimal): -5417938 or 3036333. OLE color: 3036333.

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

Color convert

RGB 173 84 46 -
CMYK 0 0.51 0.73 0.32
HSL 17.95º 0.58% 0.43% -
HSV(B) 17.95º 0.73% 0.68% -
XYZ 20.9 15.42 4.46 -
YUV 106.28 93.99 175.59 -
System Red Green Blue C M Y K H S L
Decimal 173 84 46 0 0.51 0.73 0.32 17.95 0.58 0.43
Hex AD 54 2E 0 33 49 20 12 3A 2B
Octal 255 124 56 0 63 111 40 22 72 53
Binary 10101101 1010100 101110 0 110011 1001001 100000 10010 111010 101011

Color Harmonies of #AD542E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD542E

Black with #AD542E

Text Example


Text Example

White with #AD542E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD542E; }

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

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

background-color css

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

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

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

border-color css

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

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

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