#A76527

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

Shades of Mai Tai #A76527

Tints of Mai Tai #A76527

Color information

#A76527 (or 0xA76527) is unknown color: approx Mai Tai. HEX triplet: A7, 65 and 27. RGB value is (167,101,39). Sum of RGB (Red+Green+Blue) = 167+101+39=307 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.40% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 167 - color contains mainly: red. Hex color #A76527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76527 is #589AD8. Grayscale: #717171. Windows color (decimal): -5806809 or 2581927. OLE color: 2581927.

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

Color convert

RGB16710139-
CMYK00.400.770.35
HSL29.06º62.14%40.39%-
HSV(B)29.06º76.65%65.49%-
XYZ20.9617.674.23-
YUV113.6785.87166.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.40%
GREEN value IS 101 (39.84% from 255) = 32.90%
BLUE value IS 39 (15.62% from 255) = 12.70%
R=54.40%
G=32.90%
B=12.70%

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
Decimal1671013900.400.770.3529.0662.1440.39
HexA765270284D231d3e28
Octal2471454705011543357650
Binary1010011111001011001110101000100110110001111101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76527; }

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

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

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

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

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

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

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

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