Html Css Color HEX #A6642B Mai Tai

📋 copy color: '#A6642B'

red 166 ◦ green 100 ◦ blue 43

#A6642B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mai Tai #A6642B

Tints of Mai Tai #A6642B

RGB

 RED value IS 166 (65.23% from 255) = 53.72%

 GREEN value IS 100 (39.45% from 255) = 32.36%

 BLUE value IS 43 (17.19% from 255) = 13.92%

R = 53.72%
G = 32.36%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A6642B (or 0xA6642B) is known color: Mai Tai. HEX triplet: A6, 64 and 2B. RGB value is (166,100,43). Sum of RGB (Red+Green+Blue) = 166+100+43=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A6642B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6642B is #599BD4. Grayscale: #717171. Windows color (decimal): -5872597 or 2843814. OLE color: 2843814.

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

Color convert

RGB 166 100 43 -
CMYK 0 0.40 0.74 0.35
HSL 27.8º 0.59% 0.41% -
HSV(B) 27.8º 0.74% 0.65% -
XYZ 20.72 17.4 4.55 -
YUV 113.24 88.37 165.63 -
System Red Green Blue C M Y K H S L
Decimal 166 100 43 0 0.40 0.74 0.35 27.8 0.59 0.41
Hex A6 64 2B 0 28 4A 23 1C 3B 29
Octal 246 144 53 0 50 112 43 34 73 51
Binary 10100110 1100100 101011 0 101000 1001010 100011 11100 111011 101001

Color Harmonies of #A6642B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6642B

Black with #A6642B

Text Example


Text Example

White with #A6642B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6642B; }

 p { color: rgb(166,100,43); }

 H1.HeaderClassName
 {
   color: #A6642B;
 }
 .AnyTagClassName
 {
   color: #A6642B;
 }
</style>

background-color css

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

 a { background-color: rgb(166,100,43); }

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

border-color css

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

 span { border-color: rgb(166,100,43); }

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