#AD6626

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

Shades of Mai Tai #AD6626

Tints of Mai Tai #AD6626

Color information

#AD6626 (or 0xAD6626) is unknown color: approx Mai Tai. HEX triplet: AD, 66 and 26. RGB value is (173,102,38). Sum of RGB (Red+Green+Blue) = 173+102+38=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6626 is #5299D9. Grayscale: #747474. Windows color (decimal): -5413338 or 2516653. OLE color: 2516653.

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

Color convert

RGB17310238-
CMYK00.410.780.32
HSL28.44º63.98%41.37%-
HSV(B)28.44º78.03%67.84%-
XYZ22.3318.534.23-
YUV115.9384.02168.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.27%
GREEN value IS 102 (40.23% from 255) = 32.59%
BLUE value IS 38 (15.23% from 255) = 12.14%
R=55.27%
G=32.59%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731023800.410.780.3228.4463.9841.37
HexAD66260294E201c4029
Octal25514646051116403410051
Binary10101101110011010011001010011001110100000111001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6626; }

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

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

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

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

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

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

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

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