Html Css Color HEX #A86B29 Mai Tai

📋 copy color: '#A86B29'

red 168 ◦ green 107 ◦ blue 41

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

Shades of Mai Tai #A86B29

Tints of Mai Tai #A86B29

RGB

 RED value IS 168 (66.02% from 255) = 53.16%

 GREEN value IS 107 (42.19% from 255) = 33.86%

 BLUE value IS 41 (16.41% from 255) = 12.97%

R = 53.16%
G = 33.86%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A86B29 (or 0xA86B29) is known color: Mai Tai. HEX triplet: A8, 6B and 29. RGB value is (168,107,41). Sum of RGB (Red+Green+Blue) = 168+107+41=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A86B29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86B29 is #5794D6. Grayscale: #767676. Windows color (decimal): -5739735 or 2714536. OLE color: 2714536.

HSL color Cylindrical-coordinate representation of color #A86B29: hue angle of 31.18º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A86B29 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 107 41 -
CMYK 0 0.36 0.76 0.34
HSL 31.18º 0.61% 0.41% -
HSV(B) 31.18º 0.76% 0.66% -
XYZ 21.81 19 4.62 -
YUV 117.72 84.71 163.87 -
System Red Green Blue C M Y K H S L
Decimal 168 107 41 0 0.36 0.76 0.34 31.18 0.61 0.41
Hex A8 6B 29 0 24 4C 22 1F 3D 29
Octal 250 153 51 0 44 114 42 37 75 51
Binary 10101000 1101011 101001 0 100100 1001100 100010 11111 111101 101001

Color Harmonies of #A86B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86B29

Black with #A86B29

Text Example


Text Example

White with #A86B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86B29; }

 p { color: rgb(168,107,41); }

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

background-color css

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

 a { background-color: rgb(168,107,41); }

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

border-color css

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

 span { border-color: rgb(168,107,41); }

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