Html Css Color HEX #AD7E33 Mandalay

📋 copy color: '#AD7E33'

red 173 ◦ green 126 ◦ blue 51

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

Shades of Mandalay #AD7E33

Tints of Mandalay #AD7E33

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36%

 BLUE value IS 51 (20.31% from 255) = 14.57%

R = 49.43%
G = 36%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD7E33 (or 0xAD7E33) is known color: Mandalay. HEX triplet: AD, 7E and 33. RGB value is (173,126,51). Sum of RGB (Red+Green+Blue) = 173+126+51=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 51 (20.31% from 255 or 14.57% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7E33 is #5281CC. Grayscale: #838383. Windows color (decimal): -5407181 or 3374765. OLE color: 3374765.

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

Color convert

RGB 173 126 51 -
CMYK 0 0.27 0.71 0.32
HSL 36.89º 0.54% 0.44% -
HSV(B) 36.89º 0.71% 0.68% -
XYZ 25.29 24.04 6.44 -
YUV 131.5 82.57 157.6 -
System Red Green Blue C M Y K H S L
Decimal 173 126 51 0 0.27 0.71 0.32 36.89 0.54 0.44
Hex AD 7E 33 0 1B 47 20 25 36 2C
Octal 255 176 63 0 33 107 40 45 66 54
Binary 10101101 1111110 110011 0 11011 1000111 100000 100101 110110 101100

Color Harmonies of #AD7E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7E33

Black with #AD7E33

Text Example


Text Example

White with #AD7E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7E33; }

 p { color: rgb(173,126,51); }

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

background-color css

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

 a { background-color: rgb(173,126,51); }

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

border-color css

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

 span { border-color: rgb(173,126,51); }

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