Html Css Color HEX #A4682B Mai Tai

📋 copy color: '#A4682B'

red 164 ◦ green 104 ◦ blue 43

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

Shades of Mai Tai #A4682B

Tints of Mai Tai #A4682B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.83%

R = 52.73%
G = 33.44%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A4682B (or 0xA4682B) is known color: Mai Tai. HEX triplet: A4, 68 and 2B. RGB value is (164,104,43). Sum of RGB (Red+Green+Blue) = 164+104+43=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A4682B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4682B is #5B97D4. Grayscale: #737373. Windows color (decimal): -6002645 or 2844836. OLE color: 2844836.

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

Color convert

RGB 164 104 43 -
CMYK 0 0.37 0.74 0.36
HSL 30.25º 0.58% 0.41% -
HSV(B) 30.25º 0.74% 0.64% -
XYZ 20.7 17.97 4.66 -
YUV 114.99 87.38 162.96 -
System Red Green Blue C M Y K H S L
Decimal 164 104 43 0 0.37 0.74 0.36 30.25 0.58 0.41
Hex A4 68 2B 0 25 4A 24 1E 3A 29
Octal 244 150 53 0 45 112 44 36 72 51
Binary 10100100 1101000 101011 0 100101 1001010 100100 11110 111010 101001

Color Harmonies of #A4682B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4682B

Black with #A4682B

Text Example


Text Example

White with #A4682B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4682B; }

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

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

background-color css

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

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

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

border-color css

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

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

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