Html Css Color HEX #A46C2F Mai Tai

📋 copy color: '#A46C2F'

red 164 ◦ green 108 ◦ blue 47

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

Shades of Mai Tai #A46C2F

Tints of Mai Tai #A46C2F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.86%

 BLUE value IS 47 (18.75% from 255) = 14.73%

R = 51.41%
G = 33.86%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A46C2F (or 0xA46C2F) is known color: Mai Tai. HEX triplet: A4, 6C and 2F. RGB value is (164,108,47). Sum of RGB (Red+Green+Blue) = 164+108+47=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46C2F is #5B93D0. Grayscale: #767676. Windows color (decimal): -6001617 or 3108004. OLE color: 3108004.

HSL color Cylindrical-coordinate representation of color #A46C2F: hue angle of 31.28º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A46C2F is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 108 47 -
CMYK 0 0.34 0.71 0.36
HSL 31.28º 0.55% 0.41% -
HSV(B) 31.28º 0.71% 0.64% -
XYZ 21.19 18.82 5.21 -
YUV 117.79 88.05 160.96 -
System Red Green Blue C M Y K H S L
Decimal 164 108 47 0 0.34 0.71 0.36 31.28 0.55 0.41
Hex A4 6C 2F 0 22 47 24 1F 37 29
Octal 244 154 57 0 42 107 44 37 67 51
Binary 10100100 1101100 101111 0 100010 1000111 100100 11111 110111 101001

Color Harmonies of #A46C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46C2F

Black with #A46C2F

Text Example


Text Example

White with #A46C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46C2F; }

 p { color: rgb(164,108,47); }

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

background-color css

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

 a { background-color: rgb(164,108,47); }

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

border-color css

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

 span { border-color: rgb(164,108,47); }

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