#ad6528

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

Shades of Mai Tai #AD6528

Tints of Mai Tai #AD6528

Color information

#AD6528 (or 0xAD6528) is unknown color: approx Mai Tai. HEX triplet: AD, 65 and 28. RGB value is (173,101,40). Sum of RGB (Red+Green+Blue) = 173+101+40=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6528 is #529AD7. Grayscale: #737373. Windows color (decimal): -5413592 or 2647469. OLE color: 2647469.

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

Color convert

RGB17310140-
CMYK00.420.770.32
HSL27.52º62.44%41.76%-
HSV(B)27.52º76.88%67.84%-
XYZ22.2718.344.37-
YUV115.5785.35168.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.10%
GREEN value IS 101 (39.84% from 255) = 32.17%
BLUE value IS 40 (16.02% from 255) = 12.74%
R=55.10%
G=32.17%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731014000.420.770.3227.5262.4441.76
HexAD652802A4D201c3e2a
Octal2551455005211540347652
Binary1010110111001011010000101010100110110000011100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad6528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad6528; }

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

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

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

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

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

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

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

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