Html Css Color HEX #AD7C31 Mandalay

📋 copy color: '#AD7C31'

red 173 ◦ green 124 ◦ blue 49

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

Shades of Mandalay #AD7C31

Tints of Mandalay #AD7C31

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.84%

 BLUE value IS 49 (19.53% from 255) = 14.16%

R = 50%
G = 35.84%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD7C31 (or 0xAD7C31) is known color: Mandalay. HEX triplet: AD, 7C and 31. RGB value is (173,124,49). Sum of RGB (Red+Green+Blue) = 173+124+49=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7C31 is #5283CE. Grayscale: #828282. Windows color (decimal): -5407695 or 3243181. OLE color: 3243181.

HSL color Cylindrical-coordinate representation of color #AD7C31: hue angle of 36.29º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD7C31 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 124 49 -
CMYK 0 0.28 0.72 0.32
HSL 36.29º 0.56% 0.44% -
HSV(B) 36.29º 0.72% 0.68% -
XYZ 25 23.52 6.13 -
YUV 130.1 82.23 158.6 -
System Red Green Blue C M Y K H S L
Decimal 173 124 49 0 0.28 0.72 0.32 36.29 0.56 0.44
Hex AD 7C 31 0 1C 48 20 24 38 2C
Octal 255 174 61 0 34 110 40 44 70 54
Binary 10101101 1111100 110001 0 11100 1001000 100000 100100 111000 101100

Color Harmonies of #AD7C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7C31

Black with #AD7C31

Text Example


Text Example

White with #AD7C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7C31; }

 p { color: rgb(173,124,49); }

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

background-color css

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

 a { background-color: rgb(173,124,49); }

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

border-color css

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

 span { border-color: rgb(173,124,49); }

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