#A76526

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

Shades of Mai Tai #A76526

Tints of Mai Tai #A76526

Color information

#A76526 (or 0xA76526) is unknown color: approx Mai Tai. HEX triplet: A7, 65 and 26. RGB value is (167,101,38). Sum of RGB (Red+Green+Blue) = 167+101+38=306 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.58% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 167 - color contains mainly: red. Hex color #A76526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76526 is #589AD9. Grayscale: #717171. Windows color (decimal): -5806810 or 2516391. OLE color: 2516391.

HSL color Cylindrical-coordinate representation of color #A76526: hue angle of 29.3º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A76526 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB16710138-
CMYK00.400.770.35
HSL29.3º62.93%40.2%-
HSV(B)29.3º77.25%65.49%-
XYZ20.9417.664.14-
YUV113.5585.37166.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.58%
GREEN value IS 101 (39.84% from 255) = 33.01%
BLUE value IS 38 (15.23% from 255) = 12.42%
R=54.58%
G=33.01%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671013800.400.770.3529.362.9340.2
HexA765260284D231d3f28
Octal2471454605011543357750
Binary1010011111001011001100101000100110110001111101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76526; }

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

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

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

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

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

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

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

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