Html Css Color HEX #A46322 Mai Tai

📋 copy color: '#A46322'

red 164 ◦ green 99 ◦ blue 34

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

Shades of Mai Tai #A46322

Tints of Mai Tai #A46322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.45%

R = 55.22%
G = 33.33%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A46322 (or 0xA46322) is known color: Mai Tai. HEX triplet: A4, 63 and 22. RGB value is (164,99,34). Sum of RGB (Red+Green+Blue) = 164+99+34=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A46322 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46322 is #5B9CDD. Grayscale: #6F6F6F. Windows color (decimal): -6003934 or 2253732. OLE color: 2253732.

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

Color convert

RGB 164 99 34 -
CMYK 0 0.40 0.79 0.36
HSL 30º 0.66% 0.39% -
HSV(B) 30º 0.79% 0.64% -
XYZ 20.06 16.93 3.72 -
YUV 111.03 84.53 165.79 -
System Red Green Blue C M Y K H S L
Decimal 164 99 34 0 0.40 0.79 0.36 30 0.66 0.39
Hex A4 63 22 0 28 4F 24 1E 42 27
Octal 244 143 42 0 50 117 44 36 102 47
Binary 10100100 1100011 100010 0 101000 1001111 100100 11110 1000010 100111

Color Harmonies of #A46322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46322

Black with #A46322

Text Example


Text Example

White with #A46322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46322; }

 p { color: rgb(164,99,34); }

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

background-color css

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

 a { background-color: rgb(164,99,34); }

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

border-color css

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

 span { border-color: rgb(164,99,34); }

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