#A6672F

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

Shades of Mai Tai #A6672F

Tints of Mai Tai #A6672F

Color information

#A6672F (or 0xA6672F) is unknown color: approx Mai Tai. HEX triplet: A6, 67 and 2F. RGB value is (166,103,47). Sum of RGB (Red+Green+Blue) = 166+103+47=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A6672F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6672F is #5998D0. Grayscale: #737373. Windows color (decimal): -5871825 or 3106726. OLE color: 3106726.

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

Color convert

RGB16610347-
CMYK00.380.720.35
HSL28.24º55.87%41.76%-
HSV(B)28.24º71.69%65.1%-
XYZ21.0918.015.05-
YUV115.4589.37164.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.53%
GREEN value IS 103 (40.62% from 255) = 32.59%
BLUE value IS 47 (18.75% from 255) = 14.87%
R=52.53%
G=32.59%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661034700.380.720.3528.2455.8741.76
HexA6672F02648231c382a
Octal2461475704611043347052
Binary1010011011001111011110100110100100010001111100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6672F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6672F; }

 p { color: rgb(166,103,47); }

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

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

 a { background-color: rgb(166,103,47); }

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

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

 span { border-color: rgb(166,103,47); }

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