#AD6732

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

Shades of Mai Tai #AD6732

Tints of Mai Tai #AD6732

Color information

#AD6732 (or 0xAD6732) is unknown color: approx Mai Tai. HEX triplet: AD, 67 and 32. RGB value is (173,103,50). Sum of RGB (Red+Green+Blue) = 173+103+50=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6732 is #5298CD. Grayscale: #767676. Windows color (decimal): -5413070 or 3303341. OLE color: 3303341.

HSL color Cylindrical-coordinate representation of color #AD6732: hue angle of 25.85º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD6732 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB17310350-
CMYK00.400.710.32
HSL25.85º55.16%43.73%-
HSV(B)25.85º71.1%67.84%-
XYZ22.6618.825.45-
YUV117.8989.69167.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.07%
GREEN value IS 103 (40.62% from 255) = 31.60%
BLUE value IS 50 (19.92% from 255) = 15.34%
R=53.07%
G=31.60%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731035000.400.710.3225.8555.1643.73
HexAD673202847201a372c
Octal2551476205010740326754
Binary1010110111001111100100101000100011110000011010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6732; }

 p { color: rgb(173,103,50); }

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

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

 a { background-color: rgb(173,103,50); }

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

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

 span { border-color: rgb(173,103,50); }

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