Html Css Color HEX #AD7E31 Mandalay

📋 copy color: '#AD7E31'

red 173 ◦ green 126 ◦ blue 49

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

Shades of Mandalay #AD7E31

Tints of Mandalay #AD7E31

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.21%

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

R = 49.71%
G = 36.21%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD7E31 (or 0xAD7E31) is known color: Mandalay. HEX triplet: AD, 7E and 31. RGB value is (173,126,49). Sum of RGB (Red+Green+Blue) = 173+126+49=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7E31 is #5281CE. Grayscale: #838383. Windows color (decimal): -5407183 or 3243693. OLE color: 3243693.

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

Color convert

RGB 173 126 49 -
CMYK 0 0.27 0.72 0.32
HSL 37.26º 0.56% 0.44% -
HSV(B) 37.26º 0.72% 0.68% -
XYZ 25.25 24.03 6.21 -
YUV 131.28 81.57 157.76 -
System Red Green Blue C M Y K H S L
Decimal 173 126 49 0 0.27 0.72 0.32 37.26 0.56 0.44
Hex AD 7E 31 0 1B 48 20 25 38 2C
Octal 255 176 61 0 33 110 40 45 70 54
Binary 10101101 1111110 110001 0 11011 1001000 100000 100101 111000 101100

Color Harmonies of #AD7E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7E31

Black with #AD7E31

Text Example


Text Example

White with #AD7E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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