Html Css Color HEX #AD7F34 Mandalay

📋 copy color: '#AD7F34'

red 173 ◦ green 127 ◦ blue 52

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

Shades of Mandalay #AD7F34

Tints of Mandalay #AD7F34

RGB

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

 GREEN value IS 127 (50% from 255) = 36.08%

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

R = 49.15%
G = 36.08%
B = 14.77%

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

#AD7F34 (or 0xAD7F34) is known color: Mandalay. HEX triplet: AD, 7F and 34. RGB value is (173,127,52). Sum of RGB (Red+Green+Blue) = 173+127+52=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7F34 is #5280CB. Grayscale: #848484. Windows color (decimal): -5406924 or 3440557. OLE color: 3440557.

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

Color convert

RGB 173 127 52 -
CMYK 0 0.27 0.70 0.32
HSL 37.19º 0.54% 0.44% -
HSV(B) 37.19º 0.7% 0.68% -
XYZ 25.44 24.31 6.6 -
YUV 132.2 82.74 157.1 -
System Red Green Blue C M Y K H S L
Decimal 173 127 52 0 0.27 0.70 0.32 37.19 0.54 0.44
Hex AD 7F 34 0 1B 46 20 25 36 2C
Octal 255 177 64 0 33 106 40 45 66 54
Binary 10101101 1111111 110100 0 11011 1000110 100000 100101 110110 101100

Color Harmonies of #AD7F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F34

Black with #AD7F34

Text Example


Text Example

White with #AD7F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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