Html Css Color HEX #AD7F37 Mandalay

📋 copy color: '#AD7F37'

red 173 ◦ green 127 ◦ blue 55

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

Shades of Mandalay #AD7F37

Tints of Mandalay #AD7F37

RGB

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

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

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

R = 48.73%
G = 35.77%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD7F37 (or 0xAD7F37) is known color: Mandalay. HEX triplet: AD, 7F and 37. RGB value is (173,127,55). Sum of RGB (Red+Green+Blue) = 173+127+55=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 55 (21.88% from 255 or 15.49% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7F37 is #5280C8. Grayscale: #848484. Windows color (decimal): -5406921 or 3637165. OLE color: 3637165.

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

Color convert

RGB 173 127 55 -
CMYK 0 0.27 0.68 0.32
HSL 36.61º 0.52% 0.45% -
HSV(B) 36.61º 0.68% 0.68% -
XYZ 25.51 24.34 6.97 -
YUV 132.55 84.24 156.85 -
System Red Green Blue C M Y K H S L
Decimal 173 127 55 0 0.27 0.68 0.32 36.61 0.52 0.45
Hex AD 7F 37 0 1B 44 20 25 34 2D
Octal 255 177 67 0 33 104 40 45 64 55
Binary 10101101 1111111 110111 0 11011 1000100 100000 100101 110100 101101

Color Harmonies of #AD7F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F37

Black with #AD7F37

Text Example


Text Example

White with #AD7F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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