Html Css Color HEX #A86831 Mai Tai

📋 copy color: '#A86831'

red 168 ◦ green 104 ◦ blue 49

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

Shades of Mai Tai #A86831

Tints of Mai Tai #A86831

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.4%

 BLUE value IS 49 (19.53% from 255) = 15.26%

R = 52.34%
G = 32.4%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A86831 (or 0xA86831) is known color: Mai Tai. HEX triplet: A8, 68 and 31. RGB value is (168,104,49). Sum of RGB (Red+Green+Blue) = 168+104+49=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A86831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86831 is #5797CE. Grayscale: #757575. Windows color (decimal): -5740495 or 3238056. OLE color: 3238056.

HSL color Cylindrical-coordinate representation of color #A86831: hue angle of 27.73º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A86831 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 104 49 -
CMYK 0 0.38 0.71 0.34
HSL 27.73º 0.55% 0.43% -
HSV(B) 27.73º 0.71% 0.66% -
XYZ 21.65 18.45 5.33 -
YUV 116.87 89.7 164.47 -
System Red Green Blue C M Y K H S L
Decimal 168 104 49 0 0.38 0.71 0.34 27.73 0.55 0.43
Hex A8 68 31 0 26 47 22 1C 37 2B
Octal 250 150 61 0 46 107 42 34 67 53
Binary 10101000 1101000 110001 0 100110 1000111 100010 11100 110111 101011

Color Harmonies of #A86831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86831

Black with #A86831

Text Example


Text Example

White with #A86831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86831; }

 p { color: rgb(168,104,49); }

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

background-color css

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

 a { background-color: rgb(168,104,49); }

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

border-color css

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

 span { border-color: rgb(168,104,49); }

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