Html Css Color HEX #A86326 Mai Tai

📋 copy color: '#A86326'

red 168 ◦ green 99 ◦ blue 38

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

Shades of Mai Tai #A86326

Tints of Mai Tai #A86326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.46%

R = 55.08%
G = 32.46%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#A86326 (or 0xA86326) is known color: Mai Tai. HEX triplet: A8, 63 and 26. RGB value is (168,99,38). Sum of RGB (Red+Green+Blue) = 168+99+38=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A86326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86326 is #579CD9. Grayscale: #707070. Windows color (decimal): -5741786 or 2515880. OLE color: 2515880.

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

Color convert

RGB 168 99 38 -
CMYK 0 0.41 0.77 0.34
HSL 28.15º 0.63% 0.4% -
HSV(B) 28.15º 0.77% 0.66% -
XYZ 20.96 17.39 4.09 -
YUV 112.68 85.86 167.46 -
System Red Green Blue C M Y K H S L
Decimal 168 99 38 0 0.41 0.77 0.34 28.15 0.63 0.4
Hex A8 63 26 0 29 4D 22 1C 3F 28
Octal 250 143 46 0 51 115 42 34 77 50
Binary 10101000 1100011 100110 0 101001 1001101 100010 11100 111111 101000

Color Harmonies of #A86326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86326

Black with #A86326

Text Example


Text Example

White with #A86326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86326; }

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

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

background-color css

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

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

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

border-color css

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

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

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