Html Css Color HEX #A46E35 Mai Tai

📋 copy color: '#A46E35'

red 164 ◦ green 110 ◦ blue 53

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

Shades of Mai Tai #A46E35

Tints of Mai Tai #A46E35

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.64%

 BLUE value IS 53 (21.09% from 255) = 16.21%

R = 50.15%
G = 33.64%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A46E35 (or 0xA46E35) is known color: Mai Tai. HEX triplet: A4, 6E and 35. RGB value is (164,110,53). Sum of RGB (Red+Green+Blue) = 164+110+53=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46E35 is #5B91CA. Grayscale: #777777. Windows color (decimal): -6001099 or 3501732. OLE color: 3501732.

HSL color Cylindrical-coordinate representation of color #A46E35: hue angle of 30.81º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A46E35 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 110 53 -
CMYK 0 0.33 0.68 0.36
HSL 30.81º 0.51% 0.43% -
HSV(B) 30.81º 0.68% 0.64% -
XYZ 21.53 19.3 5.96 -
YUV 119.65 90.39 159.63 -
System Red Green Blue C M Y K H S L
Decimal 164 110 53 0 0.33 0.68 0.36 30.81 0.51 0.43
Hex A4 6E 35 0 21 44 24 1F 33 2B
Octal 244 156 65 0 41 104 44 37 63 53
Binary 10100100 1101110 110101 0 100001 1000100 100100 11111 110011 101011

Color Harmonies of #A46E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46E35

Black with #A46E35

Text Example


Text Example

White with #A46E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46E35; }

 p { color: rgb(164,110,53); }

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

background-color css

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

 a { background-color: rgb(164,110,53); }

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

border-color css

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

 span { border-color: rgb(164,110,53); }

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