Html Css Color HEX #A46224 Mai Tai

📋 copy color: '#A46224'

red 164 ◦ green 98 ◦ blue 36

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

Shades of Mai Tai #A46224

Tints of Mai Tai #A46224

RGB

 RED value IS 164 (64.45% from 255) = 55.03%

 GREEN value IS 98 (38.67% from 255) = 32.89%

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

R = 55.03%
G = 32.89%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A46224 (or 0xA46224) is known color: Mai Tai. HEX triplet: A4, 62 and 24. RGB value is (164,98,36). Sum of RGB (Red+Green+Blue) = 164+98+36=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A46224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46224 is #5B9DDB. Grayscale: #6E6E6E. Windows color (decimal): -6004188 or 2384548. OLE color: 2384548.

HSL color Cylindrical-coordinate representation of color #A46224: hue angle of 29.06º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A46224 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 98 36 -
CMYK 0 0.40 0.78 0.36
HSL 29.06º 0.64% 0.39% -
HSV(B) 29.06º 0.78% 0.64% -
XYZ 20 16.76 3.85 -
YUV 110.67 85.87 166.04 -
System Red Green Blue C M Y K H S L
Decimal 164 98 36 0 0.40 0.78 0.36 29.06 0.64 0.39
Hex A4 62 24 0 28 4E 24 1D 40 27
Octal 244 142 44 0 50 116 44 35 100 47
Binary 10100100 1100010 100100 0 101000 1001110 100100 11101 1000000 100111

Color Harmonies of #A46224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46224

Black with #A46224

Text Example


Text Example

White with #A46224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46224; }

 p { color: rgb(164,98,36); }

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

background-color css

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

 a { background-color: rgb(164,98,36); }

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

border-color css

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

 span { border-color: rgb(164,98,36); }

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