Html Css Color HEX #AD7934 Mandalay

📋 copy color: '#AD7934'

red 173 ◦ green 121 ◦ blue 52

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

Shades of Mandalay #AD7934

Tints of Mandalay #AD7934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.03%

R = 50%
G = 34.97%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD7934 (or 0xAD7934) is known color: Mandalay. HEX triplet: AD, 79 and 34. RGB value is (173,121,52). Sum of RGB (Red+Green+Blue) = 173+121+52=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7934 is #5286CB. Grayscale: #818181. Windows color (decimal): -5408460 or 3439021. OLE color: 3439021.

HSL color Cylindrical-coordinate representation of color #AD7934: hue angle of 34.21º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD7934 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 121 52 -
CMYK 0 0.30 0.70 0.32
HSL 34.21º 0.54% 0.44% -
HSV(B) 34.21º 0.7% 0.68% -
XYZ 24.69 22.81 6.35 -
YUV 128.68 84.73 159.61 -
System Red Green Blue C M Y K H S L
Decimal 173 121 52 0 0.30 0.70 0.32 34.21 0.54 0.44
Hex AD 79 34 0 1E 46 20 22 36 2C
Octal 255 171 64 0 36 106 40 42 66 54
Binary 10101101 1111001 110100 0 11110 1000110 100000 100010 110110 101100

Color Harmonies of #AD7934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7934

Black with #AD7934

Text Example


Text Example

White with #AD7934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7934; }

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

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

background-color css

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

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

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

border-color css

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

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

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