Html Css Color HEX #AD7939 Mandalay

📋 copy color: '#AD7939'

red 173 ◦ green 121 ◦ blue 57

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

Shades of Mandalay #AD7939

Tints of Mandalay #AD7939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.24%

R = 49.29%
G = 34.47%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AD7939 (or 0xAD7939) is known color: Mandalay. HEX triplet: AD, 79 and 39. RGB value is (173,121,57). Sum of RGB (Red+Green+Blue) = 173+121+57=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 57 (22.66% from 255 or 16.24% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7939 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7939 is #5286C6. Grayscale: #818181. Windows color (decimal): -5408455 or 3766701. OLE color: 3766701.

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

Color convert

RGB 173 121 57 -
CMYK 0 0.30 0.67 0.32
HSL 33.1º 0.5% 0.45% -
HSV(B) 33.1º 0.67% 0.68% -
XYZ 24.81 22.85 6.97 -
YUV 129.25 87.23 159.2 -
System Red Green Blue C M Y K H S L
Decimal 173 121 57 0 0.30 0.67 0.32 33.1 0.5 0.45
Hex AD 79 39 0 1E 43 20 21 32 2D
Octal 255 171 71 0 36 103 40 41 62 55
Binary 10101101 1111001 111001 0 11110 1000011 100000 100001 110010 101101

Color Harmonies of #AD7939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7939

Black with #AD7939

Text Example


Text Example

White with #AD7939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7939; }

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

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

background-color css

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

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

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

border-color css

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

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

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