Html Css Color HEX #A46D35 Mai Tai

📋 copy color: '#A46D35'

red 164 ◦ green 109 ◦ blue 53

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

Shades of Mai Tai #A46D35

Tints of Mai Tai #A46D35

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.44%

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

R = 50.31%
G = 33.44%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A46D35 (or 0xA46D35) is known color: Mai Tai. HEX triplet: A4, 6D and 35. RGB value is (164,109,53). Sum of RGB (Red+Green+Blue) = 164+109+53=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46D35 is #5B92CA. Grayscale: #777777. Windows color (decimal): -6001355 or 3501476. OLE color: 3501476.

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

Color convert

RGB 164 109 53 -
CMYK 0 0.34 0.68 0.36
HSL 30.27º 0.51% 0.43% -
HSV(B) 30.27º 0.68% 0.64% -
XYZ 21.42 19.09 5.92 -
YUV 119.06 90.72 160.05 -
System Red Green Blue C M Y K H S L
Decimal 164 109 53 0 0.34 0.68 0.36 30.27 0.51 0.43
Hex A4 6D 35 0 22 44 24 1E 33 2B
Octal 244 155 65 0 42 104 44 36 63 53
Binary 10100100 1101101 110101 0 100010 1000100 100100 11110 110011 101011

Color Harmonies of #A46D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46D35

Black with #A46D35

Text Example


Text Example

White with #A46D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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