Html Css Color HEX #A46726 Mai Tai

📋 copy color: '#A46726'

red 164 ◦ green 103 ◦ blue 38

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

Shades of Mai Tai #A46726

Tints of Mai Tai #A46726

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.77%

 BLUE value IS 38 (15.23% from 255) = 12.46%

R = 53.77%
G = 33.77%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A46726 (or 0xA46726) is known color: Mai Tai. HEX triplet: A4, 67 and 26. RGB value is (164,103,38). Sum of RGB (Red+Green+Blue) = 164+103+38=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A46726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46726 is #5B98D9. Grayscale: #727272. Windows color (decimal): -6002906 or 2516900. OLE color: 2516900.

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

Color convert

RGB 164 103 38 -
CMYK 0 0.37 0.77 0.36
HSL 30.95º 0.62% 0.4% -
HSV(B) 30.95º 0.77% 0.64% -
XYZ 20.51 17.73 4.18 -
YUV 113.83 85.21 163.79 -
System Red Green Blue C M Y K H S L
Decimal 164 103 38 0 0.37 0.77 0.36 30.95 0.62 0.4
Hex A4 67 26 0 25 4D 24 1F 3E 28
Octal 244 147 46 0 45 115 44 37 76 50
Binary 10100100 1100111 100110 0 100101 1001101 100100 11111 111110 101000

Color Harmonies of #A46726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46726

Black with #A46726

Text Example


Text Example

White with #A46726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46726; }

 p { color: rgb(164,103,38); }

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

background-color css

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

 a { background-color: rgb(164,103,38); }

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

border-color css

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

 span { border-color: rgb(164,103,38); }

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