#AD8126

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

Shades of Mandalay #AD8126

Tints of Mandalay #AD8126

Color information

#AD8126 (or 0xAD8126) is unknown color: approx Mandalay. HEX triplet: AD, 81 and 26. RGB value is (173,129,38). Sum of RGB (Red+Green+Blue) = 173+129+38=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 38 (15.23% from 255 or 11.18% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8126 is #527ED9. Grayscale: #848484. Windows color (decimal): -5406426 or 2523565. OLE color: 2523565.

HSL color Cylindrical-coordinate representation of color #AD8126: hue angle of 40.44º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD8126 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB17312938-
CMYK00.250.780.32
HSL40.44º63.98%41.37%-
HSV(B)40.44º78.03%67.84%-
XYZ25.4324.725.27-
YUV131.7875.08157.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.88%
GREEN value IS 129 (50.78% from 255) = 37.94%
BLUE value IS 38 (15.23% from 255) = 11.18%
R=50.88%
G=37.94%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731293800.250.780.3240.4463.9841.37
HexAD81260194E20284029
Octal25520146031116405010051
Binary101011011000000110011001100110011101000001010001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8126; }

 p { color: rgb(173,129,38); }

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

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

 a { background-color: rgb(173,129,38); }

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

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

 span { border-color: rgb(173,129,38); }

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