Html Css Color HEX #AD542B Red Stage

📋 copy color: '#AD542B'

red 173 ◦ green 84 ◦ blue 43

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

Shades of Red Stage #AD542B

Tints of Red Stage #AD542B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.33%

R = 57.67%
G = 28%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD542B (or 0xAD542B) is known color: Red Stage. HEX triplet: AD, 54 and 2B. RGB value is (173,84,43). Sum of RGB (Red+Green+Blue) = 173+84+43=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD542B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD542B is #52ABD4. Grayscale: #6A6A6A. Windows color (decimal): -5417941 or 2839725. OLE color: 2839725.

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

Color convert

RGB 173 84 43 -
CMYK 0 0.51 0.75 0.32
HSL 18.92º 0.6% 0.42% -
HSV(B) 18.92º 0.75% 0.68% -
XYZ 20.84 15.4 4.16 -
YUV 105.94 92.49 175.83 -
System Red Green Blue C M Y K H S L
Decimal 173 84 43 0 0.51 0.75 0.32 18.92 0.6 0.42
Hex AD 54 2B 0 33 4B 20 13 3C 2A
Octal 255 124 53 0 63 113 40 23 74 52
Binary 10101101 1010100 101011 0 110011 1001011 100000 10011 111100 101010

Color Harmonies of #AD542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD542B

Black with #AD542B

Text Example


Text Example

White with #AD542B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD542B; }

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

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

background-color css

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

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

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

border-color css

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

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

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