Html Css Color HEX #AD7E34 Mandalay

📋 copy color: '#AD7E34'

red 173 ◦ green 126 ◦ blue 52

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

Shades of Mandalay #AD7E34

Tints of Mandalay #AD7E34

RGB

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

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

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

R = 49.29%
G = 35.9%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD7E34 (or 0xAD7E34) is known color: Mandalay. HEX triplet: AD, 7E and 34. RGB value is (173,126,52). Sum of RGB (Red+Green+Blue) = 173+126+52=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7E34 is #5281CB. Grayscale: #838383. Windows color (decimal): -5407180 or 3440301. OLE color: 3440301.

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

Color convert

RGB 173 126 52 -
CMYK 0 0.27 0.70 0.32
HSL 36.69º 0.54% 0.44% -
HSV(B) 36.69º 0.7% 0.68% -
XYZ 25.31 24.05 6.56 -
YUV 131.62 83.07 157.52 -
System Red Green Blue C M Y K H S L
Decimal 173 126 52 0 0.27 0.70 0.32 36.69 0.54 0.44
Hex AD 7E 34 0 1B 46 20 25 36 2C
Octal 255 176 64 0 33 106 40 45 66 54
Binary 10101101 1111110 110100 0 11011 1000110 100000 100101 110110 101100

Color Harmonies of #AD7E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7E34

Black with #AD7E34

Text Example


Text Example

White with #AD7E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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