#A76426

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

Shades of Mai Tai #A76426

Tints of Mai Tai #A76426

Color information

#A76426 (or 0xA76426) is unknown color: approx Mai Tai. HEX triplet: A7, 64 and 26. RGB value is (167,100,38). Sum of RGB (Red+Green+Blue) = 167+100+38=305 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.75% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 167 - color contains mainly: red. Hex color #A76426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76426 is #589BD9. Grayscale: #717171. Windows color (decimal): -5807066 or 2516135. OLE color: 2516135.

HSL color Cylindrical-coordinate representation of color #A76426: hue angle of 28.84º 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 #A76426 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB16710038-
CMYK00.400.770.35
HSL28.84º62.93%40.2%-
HSV(B)28.84º77.25%65.49%-
XYZ20.8417.474.11-
YUV112.9685.7166.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.75%
GREEN value IS 100 (39.45% from 255) = 32.79%
BLUE value IS 38 (15.23% from 255) = 12.46%
R=54.75%
G=32.79%
B=12.46%

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
Decimal1671003800.400.770.3528.8462.9340.2
HexA764260284D231d3f28
Octal2471444605011543357750
Binary1010011111001001001100101000100110110001111101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76426; }

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

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

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

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

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

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

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

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