#A76B30

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

Shades of Mai Tai #A76B30

Tints of Mai Tai #A76B30

Color information

#A76B30 (or 0xA76B30) is unknown color: approx Mai Tai. HEX triplet: A7, 6B and 30. RGB value is (167,107,48). Sum of RGB (Red+Green+Blue) = 167+107+48=322 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.86% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76B30 is #5894CF. Grayscale: #767676. Windows color (decimal): -5805264 or 3173287. OLE color: 3173287.

HSL color Cylindrical-coordinate representation of color #A76B30: hue angle of 29.75º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A76B30 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB16710748-
CMYK00.360.710.35
HSL29.75º55.35%42.16%-
HSV(B)29.75º71.26%65.49%-
XYZ21.7318.945.31-
YUV118.2188.38162.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.86%
GREEN value IS 107 (42.19% from 255) = 33.23%
BLUE value IS 48 (19.14% from 255) = 14.91%
R=51.86%
G=33.23%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671074800.360.710.3529.7555.3542.16
HexA76B3002447231e372a
Octal2471536004410743366752
Binary1010011111010111100000100100100011110001111110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76B30; }

 p { color: rgb(167,107,48); }

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

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

 a { background-color: rgb(167,107,48); }

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

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

 span { border-color: rgb(167,107,48); }

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