Html Css Color HEX #A46426 Mai Tai

📋 copy color: '#A46426'

red 164 ◦ green 100 ◦ blue 38

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

Shades of Mai Tai #A46426

Tints of Mai Tai #A46426

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.11%

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

R = 54.3%
G = 33.11%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A46426 (or 0xA46426) is known color: Mai Tai. HEX triplet: A4, 64 and 26. RGB value is (164,100,38). Sum of RGB (Red+Green+Blue) = 164+100+38=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A46426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46426 is #5B9BD9. Grayscale: #707070. Windows color (decimal): -6003674 or 2516132. OLE color: 2516132.

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

Color convert

RGB 164 100 38 -
CMYK 0 0.39 0.77 0.36
HSL 29.52º 0.62% 0.4% -
HSV(B) 29.52º 0.77% 0.64% -
XYZ 20.22 17.15 4.08 -
YUV 112.07 86.2 165.04 -
System Red Green Blue C M Y K H S L
Decimal 164 100 38 0 0.39 0.77 0.36 29.52 0.62 0.4
Hex A4 64 26 0 27 4D 24 1E 3E 28
Octal 244 144 46 0 47 115 44 36 76 50
Binary 10100100 1100100 100110 0 100111 1001101 100100 11110 111110 101000

Color Harmonies of #A46426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46426

Black with #A46426

Text Example


Text Example

White with #A46426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46426; }

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

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

background-color css

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

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

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

border-color css

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

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

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