Html Css Color HEX #AD7835 Mandalay

📋 copy color: '#AD7835'

red 173 ◦ green 120 ◦ blue 53

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

Shades of Mandalay #AD7835

Tints of Mandalay #AD7835

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.68%

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

R = 50%
G = 34.68%
B = 15.32%

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

#AD7835 (or 0xAD7835) is known color: Mandalay. HEX triplet: AD, 78 and 35. RGB value is (173,120,53). Sum of RGB (Red+Green+Blue) = 173+120+53=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7835 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7835 is #5287CA. Grayscale: #808080. Windows color (decimal): -5408715 or 3504301. OLE color: 3504301.

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

Color convert

RGB 173 120 53 -
CMYK 0 0.31 0.69 0.32
HSL 33.5º 0.53% 0.44% -
HSV(B) 33.5º 0.69% 0.68% -
XYZ 24.59 22.57 6.43 -
YUV 128.21 85.56 159.95 -
System Red Green Blue C M Y K H S L
Decimal 173 120 53 0 0.31 0.69 0.32 33.5 0.53 0.44
Hex AD 78 35 0 1F 45 20 22 35 2C
Octal 255 170 65 0 37 105 40 42 65 54
Binary 10101101 1111000 110101 0 11111 1000101 100000 100010 110101 101100

Color Harmonies of #AD7835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7835

Black with #AD7835

Text Example


Text Example

White with #AD7835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7835; }

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

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

background-color css

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

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

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

border-color css

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

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

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