Html Css Color HEX #A46229 Mai Tai

📋 copy color: '#A46229'

red 164 ◦ green 98 ◦ blue 41

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

Shades of Mai Tai #A46229

Tints of Mai Tai #A46229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.53%

R = 54.13%
G = 32.34%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A46229 (or 0xA46229) is known color: Mai Tai. HEX triplet: A4, 62 and 29. RGB value is (164,98,41). Sum of RGB (Red+Green+Blue) = 164+98+41=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A46229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46229 is #5B9DD6. Grayscale: #6F6F6F. Windows color (decimal): -6004183 or 2712228. OLE color: 2712228.

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

Color convert

RGB 164 98 41 -
CMYK 0 0.40 0.75 0.36
HSL 27.8º 0.6% 0.4% -
HSV(B) 27.8º 0.75% 0.64% -
XYZ 20.08 16.79 4.28 -
YUV 111.24 88.37 165.63 -
System Red Green Blue C M Y K H S L
Decimal 164 98 41 0 0.40 0.75 0.36 27.8 0.6 0.4
Hex A4 62 29 0 28 4B 24 1C 3C 28
Octal 244 142 51 0 50 113 44 34 74 50
Binary 10100100 1100010 101001 0 101000 1001011 100100 11100 111100 101000

Color Harmonies of #A46229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46229

Black with #A46229

Text Example


Text Example

White with #A46229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46229; }

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

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

background-color css

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

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

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

border-color css

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

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

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