Html Css Color HEX #A3642B Mai Tai

📋 copy color: '#A3642B'

red 163 ◦ green 100 ◦ blue 43

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

Shades of Mai Tai #A3642B

Tints of Mai Tai #A3642B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.68%

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

R = 53.27%
G = 32.68%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A3642B (or 0xA3642B) is known color: Mai Tai. HEX triplet: A3, 64 and 2B. RGB value is (163,100,43). Sum of RGB (Red+Green+Blue) = 163+100+43=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A3642B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3642B is #5C9BD4. Grayscale: #707070. Windows color (decimal): -6069205 or 2843811. OLE color: 2843811.

HSL color Cylindrical-coordinate representation of color #A3642B: hue angle of 28.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 #A3642B is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 100 43 -
CMYK 0 0.39 0.74 0.36
HSL 28.5º 0.58% 0.4% -
HSV(B) 28.5º 0.74% 0.64% -
XYZ 20.1 17.08 4.52 -
YUV 112.34 88.87 164.13 -
System Red Green Blue C M Y K H S L
Decimal 163 100 43 0 0.39 0.74 0.36 28.5 0.58 0.4
Hex A3 64 2B 0 27 4A 24 1C 3A 28
Octal 243 144 53 0 47 112 44 34 72 50
Binary 10100011 1100100 101011 0 100111 1001010 100100 11100 111010 101000

Color Harmonies of #A3642B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3642B

Black with #A3642B

Text Example


Text Example

White with #A3642B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3642B; }

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

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

background-color css

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

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

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

border-color css

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

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

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