Html Css Color HEX #A86429 Mai Tai

📋 copy color: '#A86429'

red 168 ◦ green 100 ◦ blue 41

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

Shades of Mai Tai #A86429

Tints of Mai Tai #A86429

RGB

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

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

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

R = 54.37%
G = 32.36%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A86429 (or 0xA86429) is known color: Mai Tai. HEX triplet: A8, 64 and 29. RGB value is (168,100,41). Sum of RGB (Red+Green+Blue) = 168+100+41=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A86429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86429 is #579BD6. Grayscale: #717171. Windows color (decimal): -5741527 or 2712744. OLE color: 2712744.

HSL color Cylindrical-coordinate representation of color #A86429: hue angle of 27.87º 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 #A86429 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 100 41 -
CMYK 0 0.40 0.76 0.34
HSL 27.87º 0.61% 0.41% -
HSV(B) 27.87º 0.76% 0.66% -
XYZ 21.11 17.6 4.38 -
YUV 113.61 87.03 166.8 -
System Red Green Blue C M Y K H S L
Decimal 168 100 41 0 0.40 0.76 0.34 27.87 0.61 0.41
Hex A8 64 29 0 28 4C 22 1C 3D 29
Octal 250 144 51 0 50 114 42 34 75 51
Binary 10101000 1100100 101001 0 101000 1001100 100010 11100 111101 101001

Color Harmonies of #A86429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86429

Black with #A86429

Text Example


Text Example

White with #A86429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86429; }

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

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

background-color css

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

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

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

border-color css

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

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

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