Html Css Color HEX #AD7935 Mandalay

📋 copy color: '#AD7935'

red 173 ◦ green 121 ◦ blue 53

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

Shades of Mandalay #AD7935

Tints of Mandalay #AD7935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.27%

R = 49.86%
G = 34.87%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD7935 (or 0xAD7935) is known color: Mandalay. HEX triplet: AD, 79 and 35. RGB value is (173,121,53). Sum of RGB (Red+Green+Blue) = 173+121+53=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7935 is #5286CA. Grayscale: #818181. Windows color (decimal): -5408459 or 3504557. OLE color: 3504557.

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

Color convert

RGB 173 121 53 -
CMYK 0 0.30 0.69 0.32
HSL 34º 0.53% 0.44% -
HSV(B) 34º 0.69% 0.68% -
XYZ 24.71 22.82 6.47 -
YUV 128.8 85.23 159.53 -
System Red Green Blue C M Y K H S L
Decimal 173 121 53 0 0.30 0.69 0.32 34 0.53 0.44
Hex AD 79 35 0 1E 45 20 22 35 2C
Octal 255 171 65 0 36 105 40 42 65 54
Binary 10101101 1111001 110101 0 11110 1000101 100000 100010 110101 101100

Color Harmonies of #AD7935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7935

Black with #AD7935

Text Example


Text Example

White with #AD7935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7935; }

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

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

background-color css

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

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

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

border-color css

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

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

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