Html Css Color HEX #A46524 Mai Tai

📋 copy color: '#A46524'

red 164 ◦ green 101 ◦ blue 36

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

Shades of Mai Tai #A46524

Tints of Mai Tai #A46524

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.55%

 BLUE value IS 36 (14.45% from 255) = 11.96%

R = 54.49%
G = 33.55%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A46524 (or 0xA46524) is known color: Mai Tai. HEX triplet: A4, 65 and 24. RGB value is (164,101,36). Sum of RGB (Red+Green+Blue) = 164+101+36=301 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.49% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 164 - color contains mainly: red. Hex color #A46524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46524 is #5B9ADB. Grayscale: #707070. Windows color (decimal): -6003420 or 2385316. OLE color: 2385316.

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

Color convert

RGB 164 101 36 -
CMYK 0 0.38 0.78 0.36
HSL 30.47º 0.64% 0.39% -
HSV(B) 30.47º 0.78% 0.64% -
XYZ 20.28 17.33 3.94 -
YUV 112.43 84.87 164.79 -
System Red Green Blue C M Y K H S L
Decimal 164 101 36 0 0.38 0.78 0.36 30.47 0.64 0.39
Hex A4 65 24 0 26 4E 24 1E 40 27
Octal 244 145 44 0 46 116 44 36 100 47
Binary 10100100 1100101 100100 0 100110 1001110 100100 11110 1000000 100111

Color Harmonies of #A46524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46524

Black with #A46524

Text Example


Text Example

White with #A46524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46524; }

 p { color: rgb(164,101,36); }

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

background-color css

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

 a { background-color: rgb(164,101,36); }

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

border-color css

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

 span { border-color: rgb(164,101,36); }

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