Html Css Color HEX #AD7735 Mandalay

📋 copy color: '#AD7735'

red 173 ◦ green 119 ◦ blue 53

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

Shades of Mandalay #AD7735

Tints of Mandalay #AD7735

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.49%

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

R = 50.14%
G = 34.49%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD7735 (or 0xAD7735) is known color: Mandalay. HEX triplet: AD, 77 and 35. RGB value is (173,119,53). Sum of RGB (Red+Green+Blue) = 173+119+53=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7735 is #5288CA. Grayscale: #7F7F7F. Windows color (decimal): -5408971 or 3504045. OLE color: 3504045.

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

Color convert

RGB 173 119 53 -
CMYK 0 0.31 0.69 0.32
HSL 33º 0.53% 0.44% -
HSV(B) 33º 0.69% 0.68% -
XYZ 24.47 22.33 6.39 -
YUV 127.62 85.89 160.37 -
System Red Green Blue C M Y K H S L
Decimal 173 119 53 0 0.31 0.69 0.32 33 0.53 0.44
Hex AD 77 35 0 1F 45 20 21 35 2C
Octal 255 167 65 0 37 105 40 41 65 54
Binary 10101101 1110111 110101 0 11111 1000101 100000 100001 110101 101100

Color Harmonies of #AD7735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7735

Black with #AD7735

Text Example


Text Example

White with #AD7735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7735; }

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

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

background-color css

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

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

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

border-color css

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

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

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