#AD6526

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

Shades of Mai Tai #AD6526

Tints of Mai Tai #AD6526

Color information

#AD6526 (or 0xAD6526) is unknown color: approx Mai Tai. HEX triplet: AD, 65 and 26. RGB value is (173,101,38). Sum of RGB (Red+Green+Blue) = 173+101+38=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6526 is #529AD9. Grayscale: #737373. Windows color (decimal): -5413594 or 2516397. OLE color: 2516397.

HSL color Cylindrical-coordinate representation of color #AD6526: hue angle of 28º 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 #AD6526 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB17310138-
CMYK00.420.780.32
HSL28º63.98%41.37%-
HSV(B)28º78.03%67.84%-
XYZ22.2418.334.2-
YUV115.3584.35169.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.45%
GREEN value IS 101 (39.84% from 255) = 32.37%
BLUE value IS 38 (15.23% from 255) = 12.18%
R=55.45%
G=32.37%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731013800.420.780.322863.9841.37
HexAD652602A4E201c4029
Octal25514546052116403410051
Binary10101101110010110011001010101001110100000111001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6526; }

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

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

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

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

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

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

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

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