#A6652A

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

Shades of Mai Tai #A6652A

Tints of Mai Tai #A6652A

Color information

#A6652A (or 0xA6652A) is unknown color: approx Mai Tai. HEX triplet: A6, 65 and 2A. RGB value is (166,101,42). Sum of RGB (Red+Green+Blue) = 166+101+42=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A6652A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6652A is #599AD5. Grayscale: #727272. Windows color (decimal): -5872342 or 2778534. OLE color: 2778534.

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

Color convert

RGB16610142-
CMYK00.390.750.35
HSL28.55º59.62%40.78%-
HSV(B)28.55º74.7%65.1%-
XYZ20.817.584.49-
YUV113.7187.53165.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.72%
GREEN value IS 101 (39.84% from 255) = 32.69%
BLUE value IS 42 (16.80% from 255) = 13.59%
R=53.72%
G=32.69%
B=13.59%

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
Decimal1661014200.390.750.3528.5559.6240.78
HexA6652A0274B231d3c29
Octal2461455204711343357451
Binary1010011011001011010100100111100101110001111101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6652A; }

 p { color: rgb(166,101,42); }

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

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

 a { background-color: rgb(166,101,42); }

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

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

 span { border-color: rgb(166,101,42); }

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