Html Css Color HEX #AD7A34 Mandalay

📋 copy color: '#AD7A34'

red 173 ◦ green 122 ◦ blue 52

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

Shades of Mandalay #AD7A34

Tints of Mandalay #AD7A34

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.16%

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

R = 49.86%
G = 35.16%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD7A34 (or 0xAD7A34) is known color: Mandalay. HEX triplet: AD, 7A and 34. RGB value is (173,122,52). Sum of RGB (Red+Green+Blue) = 173+122+52=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7A34 is #5285CB. Grayscale: #818181. Windows color (decimal): -5408204 or 3439277. OLE color: 3439277.

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

Color convert

RGB 173 122 52 -
CMYK 0 0.29 0.70 0.32
HSL 34.71º 0.54% 0.44% -
HSV(B) 34.71º 0.7% 0.68% -
XYZ 24.81 23.05 6.39 -
YUV 129.27 84.4 159.19 -
System Red Green Blue C M Y K H S L
Decimal 173 122 52 0 0.29 0.70 0.32 34.71 0.54 0.44
Hex AD 7A 34 0 1D 46 20 23 36 2C
Octal 255 172 64 0 35 106 40 43 66 54
Binary 10101101 1111010 110100 0 11101 1000110 100000 100011 110110 101100

Color Harmonies of #AD7A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7A34

Black with #AD7A34

Text Example


Text Example

White with #AD7A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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