Html Css Color HEX #A46120 Mai Tai

📋 copy color: '#A46120'

red 164 ◦ green 97 ◦ blue 32

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

Shades of Mai Tai #A46120

Tints of Mai Tai #A46120

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.11%

 BLUE value IS 32 (12.89% from 255) = 10.92%

R = 55.97%
G = 33.11%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A46120 (or 0xA46120) is known color: Mai Tai. HEX triplet: A4, 61 and 20. RGB value is (164,97,32). Sum of RGB (Red+Green+Blue) = 164+97+32=293 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.97% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 164 - color contains mainly: red. Hex color #A46120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46120 is #5B9EDF. Grayscale: #6D6D6D. Windows color (decimal): -6004448 or 2122148. OLE color: 2122148.

HSL color Cylindrical-coordinate representation of color #A46120: hue angle of 29.55º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A46120 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 97 32 -
CMYK 0 0.41 0.80 0.36
HSL 29.55º 0.67% 0.38% -
HSV(B) 29.55º 0.8% 0.64% -
XYZ 19.85 16.55 3.51 -
YUV 109.62 84.2 166.79 -
System Red Green Blue C M Y K H S L
Decimal 164 97 32 0 0.41 0.80 0.36 29.55 0.67 0.38
Hex A4 61 20 0 29 50 24 1E 43 26
Octal 244 141 40 0 51 120 44 36 103 46
Binary 10100100 1100001 100000 0 101001 1010000 100100 11110 1000011 100110

Color Harmonies of #A46120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46120

Black with #A46120

Text Example


Text Example

White with #A46120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46120; }

 p { color: rgb(164,97,32); }

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

background-color css

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

 a { background-color: rgb(164,97,32); }

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

border-color css

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

 span { border-color: rgb(164,97,32); }

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