#A7662A

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

Shades of Mai Tai #A7662A

Tints of Mai Tai #A7662A

Color information

#A7662A (or 0xA7662A) is unknown color: approx Mai Tai. HEX triplet: A7, 66 and 2A. RGB value is (167,102,42). Sum of RGB (Red+Green+Blue) = 167+102+42=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A7662A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7662A is #5899D5. Grayscale: #727272. Windows color (decimal): -5806550 or 2778791. OLE color: 2778791.

HSL color Cylindrical-coordinate representation of color #A7662A: hue angle of 28.8º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A7662A is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB16710242-
CMYK00.390.750.35
HSL28.8º59.81%40.98%-
HSV(B)28.8º74.85%65.49%-
XYZ21.1117.894.53-
YUV114.5987.03165.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.70%
GREEN value IS 102 (40.23% from 255) = 32.80%
BLUE value IS 42 (16.80% from 255) = 13.50%
R=53.70%
G=32.80%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671024200.390.750.3528.859.8140.98
HexA7662A0274B231d3c29
Octal2471465204711343357451
Binary1010011111001101010100100111100101110001111101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7662A; }

 p { color: rgb(167,102,42); }

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

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

 a { background-color: rgb(167,102,42); }

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

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

 span { border-color: rgb(167,102,42); }

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