Html Css Color HEX #A46828 Mai Tai

📋 copy color: '#A46828'

red 164 ◦ green 104 ◦ blue 40

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

Shades of Mai Tai #A46828

Tints of Mai Tai #A46828

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.77%

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

R = 53.25%
G = 33.77%
B = 12.99%

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

#A46828 (or 0xA46828) is known color: Mai Tai. HEX triplet: A4, 68 and 28. RGB value is (164,104,40). Sum of RGB (Red+Green+Blue) = 164+104+40=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A46828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46828 is #5B97D7. Grayscale: #727272. Windows color (decimal): -6002648 or 2648228. OLE color: 2648228.

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

Color convert

RGB 164 104 40 -
CMYK 0 0.37 0.76 0.36
HSL 30.97º 0.61% 0.4% -
HSV(B) 30.97º 0.76% 0.64% -
XYZ 20.64 17.95 4.38 -
YUV 114.64 85.88 163.2 -
System Red Green Blue C M Y K H S L
Decimal 164 104 40 0 0.37 0.76 0.36 30.97 0.61 0.4
Hex A4 68 28 0 25 4C 24 1F 3D 28
Octal 244 150 50 0 45 114 44 37 75 50
Binary 10100100 1101000 101000 0 100101 1001100 100100 11111 111101 101000

Color Harmonies of #A46828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46828

Black with #A46828

Text Example


Text Example

White with #A46828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46828; }

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

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

background-color css

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

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

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

border-color css

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

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

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