Html Css Color HEX #AD562F Red Stage

📋 copy color: '#AD562F'

red 173 ◦ green 86 ◦ blue 47

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

Shades of Red Stage #AD562F

Tints of Red Stage #AD562F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.1%

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

R = 56.54%
G = 28.1%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD562F (or 0xAD562F) is known color: Red Stage. HEX triplet: AD, 56 and 2F. RGB value is (173,86,47). Sum of RGB (Red+Green+Blue) = 173+86+47=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD562F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD562F is #52A9D0. Grayscale: #6B6B6B. Windows color (decimal): -5417425 or 3102381. OLE color: 3102381.

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

Color convert

RGB 173 86 47 -
CMYK 0 0.50 0.73 0.32
HSL 18.57º 0.57% 0.43% -
HSV(B) 18.57º 0.73% 0.68% -
XYZ 21.07 15.75 4.62 -
YUV 107.57 93.82 174.67 -
System Red Green Blue C M Y K H S L
Decimal 173 86 47 0 0.50 0.73 0.32 18.57 0.57 0.43
Hex AD 56 2F 0 32 49 20 13 39 2B
Octal 255 126 57 0 62 111 40 23 71 53
Binary 10101101 1010110 101111 0 110010 1001001 100000 10011 111001 101011

Color Harmonies of #AD562F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD562F

Black with #AD562F

Text Example


Text Example

White with #AD562F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD562F; }

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

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

background-color css

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

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

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

border-color css

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

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

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