Html Css Color HEX #A46029 Mai Tai

📋 copy color: '#A46029'

red 164 ◦ green 96 ◦ blue 41

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

Shades of Mai Tai #A46029

Tints of Mai Tai #A46029

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.89%

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

R = 54.49%
G = 31.89%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A46029 (or 0xA46029) is known color: Mai Tai. HEX triplet: A4, 60 and 29. RGB value is (164,96,41). Sum of RGB (Red+Green+Blue) = 164+96+41=301 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.49% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 164 - color contains mainly: red. Hex color #A46029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46029 is #5B9FD6. Grayscale: #6E6E6E. Windows color (decimal): -6004695 or 2711716. OLE color: 2711716.

HSL color Cylindrical-coordinate representation of color #A46029: hue angle of 26.83º 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 #A46029 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 96 41 -
CMYK 0 0.41 0.75 0.36
HSL 26.83º 0.6% 0.4% -
HSV(B) 26.83º 0.75% 0.64% -
XYZ 19.89 16.42 4.22 -
YUV 110.06 89.03 166.47 -
System Red Green Blue C M Y K H S L
Decimal 164 96 41 0 0.41 0.75 0.36 26.83 0.6 0.4
Hex A4 60 29 0 29 4B 24 1B 3C 28
Octal 244 140 51 0 51 113 44 33 74 50
Binary 10100100 1100000 101001 0 101001 1001011 100100 11011 111100 101000

Color Harmonies of #A46029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46029

Black with #A46029

Text Example


Text Example

White with #A46029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46029; }

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

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

background-color css

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

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

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

border-color css

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

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

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