Html Css Color HEX #AD7937 Mandalay

📋 copy color: '#AD7937'

red 173 ◦ green 121 ◦ blue 55

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

Shades of Mandalay #AD7937

Tints of Mandalay #AD7937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.76%

R = 49.57%
G = 34.67%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD7937 (or 0xAD7937) is known color: Mandalay. HEX triplet: AD, 79 and 37. RGB value is (173,121,55). Sum of RGB (Red+Green+Blue) = 173+121+55=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 55 (21.88% from 255 or 15.76% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7937 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7937 is #5286C8. Grayscale: #818181. Windows color (decimal): -5408457 or 3635629. OLE color: 3635629.

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

Color convert

RGB 173 121 55 -
CMYK 0 0.30 0.68 0.32
HSL 33.56º 0.52% 0.45% -
HSV(B) 33.56º 0.68% 0.68% -
XYZ 24.76 22.83 6.72 -
YUV 129.02 86.23 159.37 -
System Red Green Blue C M Y K H S L
Decimal 173 121 55 0 0.30 0.68 0.32 33.56 0.52 0.45
Hex AD 79 37 0 1E 44 20 22 34 2D
Octal 255 171 67 0 36 104 40 42 64 55
Binary 10101101 1111001 110111 0 11110 1000100 100000 100010 110100 101101

Color Harmonies of #AD7937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7937

Black with #AD7937

Text Example


Text Example

White with #AD7937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7937; }

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

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

background-color css

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

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

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

border-color css

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

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

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