Html Css Color HEX #AD7931 Mandalay

📋 copy color: '#AD7931'

red 173 ◦ green 121 ◦ blue 49

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

Shades of Mandalay #AD7931

Tints of Mandalay #AD7931

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.28%

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

R = 50.44%
G = 35.28%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD7931 (or 0xAD7931) is known color: Mandalay. HEX triplet: AD, 79 and 31. RGB value is (173,121,49). Sum of RGB (Red+Green+Blue) = 173+121+49=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7931 is #5286CE. Grayscale: #808080. Windows color (decimal): -5408463 or 3242413. OLE color: 3242413.

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

Color convert

RGB 173 121 49 -
CMYK 0 0.30 0.72 0.32
HSL 34.84º 0.56% 0.44% -
HSV(B) 34.84º 0.72% 0.68% -
XYZ 24.63 22.78 6 -
YUV 128.34 83.23 159.85 -
System Red Green Blue C M Y K H S L
Decimal 173 121 49 0 0.30 0.72 0.32 34.84 0.56 0.44
Hex AD 79 31 0 1E 48 20 23 38 2C
Octal 255 171 61 0 36 110 40 43 70 54
Binary 10101101 1111001 110001 0 11110 1001000 100000 100011 111000 101100

Color Harmonies of #AD7931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7931

Black with #AD7931

Text Example


Text Example

White with #AD7931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7931; }

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

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

background-color css

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

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

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

border-color css

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

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

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