Html Css Color HEX #A46728 Mai Tai

📋 copy color: '#A46728'

red 164 ◦ green 103 ◦ blue 40

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

Shades of Mai Tai #A46728

Tints of Mai Tai #A46728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.03%

R = 53.42%
G = 33.55%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A46728 (or 0xA46728) is known color: Mai Tai. HEX triplet: A4, 67 and 28. RGB value is (164,103,40). Sum of RGB (Red+Green+Blue) = 164+103+40=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A46728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46728 is #5B98D7. Grayscale: #727272. Windows color (decimal): -6002904 or 2647972. OLE color: 2647972.

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

Color convert

RGB 164 103 40 -
CMYK 0 0.37 0.76 0.36
HSL 30.48º 0.61% 0.4% -
HSV(B) 30.48º 0.76% 0.64% -
XYZ 20.54 17.75 4.35 -
YUV 114.06 86.21 163.62 -
System Red Green Blue C M Y K H S L
Decimal 164 103 40 0 0.37 0.76 0.36 30.48 0.61 0.4
Hex A4 67 28 0 25 4C 24 1E 3D 28
Octal 244 147 50 0 45 114 44 36 75 50
Binary 10100100 1100111 101000 0 100101 1001100 100100 11110 111101 101000

Color Harmonies of #A46728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46728

Black with #A46728

Text Example


Text Example

White with #A46728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46728; }

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

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

background-color css

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

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

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

border-color css

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

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

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