Html Css Color HEX #A86332 Mai Tai

📋 copy color: '#A86332'

red 168 ◦ green 99 ◦ blue 50

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

Shades of Mai Tai #A86332

Tints of Mai Tai #A86332

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.23%

 BLUE value IS 50 (19.92% from 255) = 15.77%

R = 53%
G = 31.23%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A86332 (or 0xA86332) is known color: Mai Tai. HEX triplet: A8, 63 and 32. RGB value is (168,99,50). Sum of RGB (Red+Green+Blue) = 168+99+50=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A86332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86332 is #579CCD. Grayscale: #727272. Windows color (decimal): -5741774 or 3302312. OLE color: 3302312.

HSL color Cylindrical-coordinate representation of color #A86332: hue angle of 24.92º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A86332 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 99 50 -
CMYK 0 0.41 0.70 0.34
HSL 24.92º 0.54% 0.43% -
HSV(B) 24.92º 0.7% 0.66% -
XYZ 21.19 17.48 5.27 -
YUV 114.05 91.86 166.48 -
System Red Green Blue C M Y K H S L
Decimal 168 99 50 0 0.41 0.70 0.34 24.92 0.54 0.43
Hex A8 63 32 0 29 46 22 19 36 2B
Octal 250 143 62 0 51 106 42 31 66 53
Binary 10101000 1100011 110010 0 101001 1000110 100010 11001 110110 101011

Color Harmonies of #A86332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86332

Black with #A86332

Text Example


Text Example

White with #A86332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86332; }

 p { color: rgb(168,99,50); }

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

background-color css

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

 a { background-color: rgb(168,99,50); }

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

border-color css

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

 span { border-color: rgb(168,99,50); }

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