#AD7A3C

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

Shades of Mandalay #AD7A3C

Tints of Mandalay #AD7A3C

Color information

#AD7A3C (or 0xAD7A3C) is unknown color: approx Mandalay. HEX triplet: AD, 7A and 3C. RGB value is (173,122,60). Sum of RGB (Red+Green+Blue) = 173+122+60=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7A3C is #5285C3. Grayscale: #828282. Windows color (decimal): -5408196 or 3963565. OLE color: 3963565.

HSL color Cylindrical-coordinate representation of color #AD7A3C: hue angle of 32.92º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD7A3C is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB17312260-
CMYK00.290.650.32
HSL32.92º48.5%45.69%-
HSV(B)32.92º65.32%67.84%-
XYZ25.0123.137.42-
YUV130.1888.4158.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.73%
GREEN value IS 122 (48.05% from 255) = 34.37%
BLUE value IS 60 (23.83% from 255) = 16.90%
R=48.73%
G=34.37%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731226000.290.650.3232.9248.545.69
HexAD7A3C01D412021302e
Octal2551727403510140416056
Binary1010110111110101111000111011000001100000100001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7A3C; }

 p { color: rgb(173,122,60); }

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

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

 a { background-color: rgb(173,122,60); }

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

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

 span { border-color: rgb(173,122,60); }

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