Html Css Color HEX #A86424 Mai Tai

📋 copy color: '#A86424'

red 168 ◦ green 100 ◦ blue 36

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

Shades of Mai Tai #A86424

Tints of Mai Tai #A86424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.84%

R = 55.26%
G = 32.89%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A86424 (or 0xA86424) is known color: Mai Tai. HEX triplet: A8, 64 and 24. RGB value is (168,100,36). Sum of RGB (Red+Green+Blue) = 168+100+36=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A86424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86424 is #579BDB. Grayscale: #717171. Windows color (decimal): -5741532 or 2385064. OLE color: 2385064.

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

Color convert

RGB 168 100 36 -
CMYK 0 0.40 0.79 0.34
HSL 29.09º 0.65% 0.4% -
HSV(B) 29.09º 0.79% 0.66% -
XYZ 21.02 17.57 3.95 -
YUV 113.04 84.53 167.2 -
System Red Green Blue C M Y K H S L
Decimal 168 100 36 0 0.40 0.79 0.34 29.09 0.65 0.4
Hex A8 64 24 0 28 4F 22 1D 41 28
Octal 250 144 44 0 50 117 42 35 101 50
Binary 10101000 1100100 100100 0 101000 1001111 100010 11101 1000001 101000

Color Harmonies of #A86424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86424

Black with #A86424

Text Example


Text Example

White with #A86424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86424; }

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

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

background-color css

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

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

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

border-color css

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

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

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