Html Css Color HEX #A46321 Mai Tai

📋 copy color: '#A46321'

red 164 ◦ green 99 ◦ blue 33

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

Shades of Mai Tai #A46321

Tints of Mai Tai #A46321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.15%

R = 55.41%
G = 33.45%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A46321 (or 0xA46321) is known color: Mai Tai. HEX triplet: A4, 63 and 21. RGB value is (164,99,33). Sum of RGB (Red+Green+Blue) = 164+99+33=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A46321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46321 is #5B9CDE. Grayscale: #6F6F6F. Windows color (decimal): -6003935 or 2188196. OLE color: 2188196.

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

Color convert

RGB 164 99 33 -
CMYK 0 0.40 0.80 0.36
HSL 30.23º 0.66% 0.39% -
HSV(B) 30.23º 0.8% 0.64% -
XYZ 20.05 16.93 3.65 -
YUV 110.91 84.03 165.87 -
System Red Green Blue C M Y K H S L
Decimal 164 99 33 0 0.40 0.80 0.36 30.23 0.66 0.39
Hex A4 63 21 0 28 50 24 1E 42 27
Octal 244 143 41 0 50 120 44 36 102 47
Binary 10100100 1100011 100001 0 101000 1010000 100100 11110 1000010 100111

Color Harmonies of #A46321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46321

Black with #A46321

Text Example


Text Example

White with #A46321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46321; }

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

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

background-color css

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

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

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

border-color css

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

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

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