Html Css Color HEX #A3682B Mai Tai

📋 copy color: '#A3682B'

red 163 ◦ green 104 ◦ blue 43

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

Shades of Mai Tai #A3682B

Tints of Mai Tai #A3682B

RGB

 RED value IS 163 (64.06% from 255) = 52.58%

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

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

R = 52.58%
G = 33.55%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A3682B (or 0xA3682B) is known color: Mai Tai. HEX triplet: A3, 68 and 2B. RGB value is (163,104,43). Sum of RGB (Red+Green+Blue) = 163+104+43=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A3682B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3682B is #5C97D4. Grayscale: #727272. Windows color (decimal): -6068181 or 2844835. OLE color: 2844835.

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

Color convert

RGB 163 104 43 -
CMYK 0 0.36 0.74 0.36
HSL 30.5º 0.58% 0.4% -
HSV(B) 30.5º 0.74% 0.64% -
XYZ 20.49 17.86 4.65 -
YUV 114.69 87.55 162.46 -
System Red Green Blue C M Y K H S L
Decimal 163 104 43 0 0.36 0.74 0.36 30.5 0.58 0.4
Hex A3 68 2B 0 24 4A 24 1E 3A 28
Octal 243 150 53 0 44 112 44 36 72 50
Binary 10100011 1101000 101011 0 100100 1001010 100100 11110 111010 101000

Color Harmonies of #A3682B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3682B

Black with #A3682B

Text Example


Text Example

White with #A3682B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3682B; }

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

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

background-color css

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

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

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

border-color css

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

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

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