Html Css Color HEX #A4662F Mai Tai

📋 copy color: '#A4662F'

red 164 ◦ green 102 ◦ blue 47

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

Shades of Mai Tai #A4662F

Tints of Mai Tai #A4662F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.59%

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

R = 52.4%
G = 32.59%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A4662F (or 0xA4662F) is known color: Mai Tai. HEX triplet: A4, 66 and 2F. RGB value is (164,102,47). Sum of RGB (Red+Green+Blue) = 164+102+47=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A4662F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4662F is #5B99D0. Grayscale: #727272. Windows color (decimal): -6003153 or 3106468. OLE color: 3106468.

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

Color convert

RGB 164 102 47 -
CMYK 0 0.38 0.71 0.36
HSL 28.21º 0.55% 0.41% -
HSV(B) 28.21º 0.71% 0.64% -
XYZ 20.57 17.6 5 -
YUV 114.27 90.04 163.47 -
System Red Green Blue C M Y K H S L
Decimal 164 102 47 0 0.38 0.71 0.36 28.21 0.55 0.41
Hex A4 66 2F 0 26 47 24 1C 37 29
Octal 244 146 57 0 46 107 44 34 67 51
Binary 10100100 1100110 101111 0 100110 1000111 100100 11100 110111 101001

Color Harmonies of #A4662F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4662F

Black with #A4662F

Text Example


Text Example

White with #A4662F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4662F; }

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

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

background-color css

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

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

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

border-color css

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

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

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