#AD832A

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

Shades of Mandalay #AD832A

Tints of Mandalay #AD832A

Color information

#AD832A (or 0xAD832A) is unknown color: approx Mandalay. HEX triplet: AD, 83 and 2A. RGB value is (173,131,42). Sum of RGB (Red+Green+Blue) = 173+131+42=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD832A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD832A is #527CD5. Grayscale: #858585. Windows color (decimal): -5405910 or 2786221. OLE color: 2786221.

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

Color convert

RGB17313142-
CMYK00.240.760.32
HSL40.76º60.93%42.16%-
HSV(B)40.76º75.72%67.84%-
XYZ25.7725.285.71-
YUV133.4176.41156.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50%
GREEN value IS 131 (51.56% from 255) = 37.86%
BLUE value IS 42 (16.80% from 255) = 12.14%
R=50%
G=37.86%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731314200.240.760.3240.7660.9342.16
HexAD832A0184C20293d2a
Octal2552035203011440517552
Binary10101101100000111010100110001001100100000101001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD832A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD832A; }

 p { color: rgb(173,131,42); }

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

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

 a { background-color: rgb(173,131,42); }

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

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

 span { border-color: rgb(173,131,42); }

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