Html Css Color HEX #A46026 Mai Tai

📋 copy color: '#A46026'

red 164 ◦ green 96 ◦ blue 38

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

Shades of Mai Tai #A46026

Tints of Mai Tai #A46026

RGB

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

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

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

R = 55.03%
G = 32.21%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A46026 (or 0xA46026) is known color: Mai Tai. HEX triplet: A4, 60 and 26. RGB value is (164,96,38). Sum of RGB (Red+Green+Blue) = 164+96+38=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A46026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46026 is #5B9FD9. Grayscale: #6E6E6E. Windows color (decimal): -6004698 or 2515108. OLE color: 2515108.

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

Color convert

RGB 164 96 38 -
CMYK 0 0.41 0.77 0.36
HSL 27.62º 0.62% 0.4% -
HSV(B) 27.62º 0.77% 0.64% -
XYZ 19.84 16.4 3.95 -
YUV 109.72 87.53 166.72 -
System Red Green Blue C M Y K H S L
Decimal 164 96 38 0 0.41 0.77 0.36 27.62 0.62 0.4
Hex A4 60 26 0 29 4D 24 1C 3E 28
Octal 244 140 46 0 51 115 44 34 76 50
Binary 10100100 1100000 100110 0 101001 1001101 100100 11100 111110 101000

Color Harmonies of #A46026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46026

Black with #A46026

Text Example


Text Example

White with #A46026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46026; }

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

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

background-color css

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

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

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

border-color css

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

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

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