#ad842b

Color #AD842B Mandalay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandalay #AD842B

Tints of Mandalay #AD842B

Color information

#AD842B (or 0xAD842B) is unknown color: approx Mandalay. HEX triplet: AD, 84 and 2B. RGB value is (173,132,43). Sum of RGB (Red+Green+Blue) = 173+132+43=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD842B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD842B is #527BD4. Grayscale: #868686. Windows color (decimal): -5405653 or 2852013. OLE color: 2852013.

HSL color Cylindrical-coordinate representation of color #AD842B: hue angle of 41.08º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD842B is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB17313243-
CMYK00.240.750.32
HSL41.08º60.19%42.35%-
HSV(B)41.08º75.14%67.84%-
XYZ25.9225.565.85-
YUV134.1176.58155.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.71%
GREEN value IS 132 (51.95% from 255) = 37.93%
BLUE value IS 43 (17.19% from 255) = 12.36%
R=49.71%
G=37.93%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731324300.240.750.3241.0860.1942.35
HexAD842B0184B20293c2a
Octal2552045303011340517452
Binary10101101100001001010110110001001011100000101001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad842b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad842b; }

 p { color: rgb(173,132,43); }

 H1.HeaderClassName
 {
   color: #ad842b;
 }
 .AnyTagClassName
 {
   color: #ad842b;
 }
</style>
background-color css

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

 a { background-color: rgb(173,132,43); }

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

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

 span { border-color: rgb(173,132,43); }

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